I’m curious what the benefits are of paying for SSL certificates vs using a free provider such as letsencrypt.

What exactly are you trusting a cert provider with and what are the security implications? What attack vectors do you open yourself up to when trusting a certificate authority with your websites’ certificates?

In what way could it benefit security and/or privacy to utilize a paid service?

And finally, which paid SSL providers are considered trustworthy?

I know Digicert is a big player, but their prices are insane. Comodo seems like a good affordable option, but is it a trustworthy company?

  • mipadaitu@lemmy.worldEnglish
    44·
    10 months ago

    Not the only use cases, but you’d need a different service if you need/want wildcard certs, certs that are manually installed and managed, or certs with a longer expiration.

    • cron@feddit.orgEnglish
      131·
      10 months ago

      Letsencrypt issues wildcard certificates. This is however more complicated to setup.

      • MangoPenguin@lemmy.blahaj.zoneEnglish
        11·
        10 months ago

        I’d say they’re actually easier, at least in my experience. Since wildcard certs use DNS-01 verification with an API, you don’t need to deal with exposing port 80 directly to the internet.

        • cron@feddit.orgEnglish
          1·
          10 months ago

          Yes, it can be easier. But not every DNS provider allows API access, so you might need to change the provider.

          (good luck with that in many enterprise scenarios).

          • MangoPenguin@lemmy.blahaj.zoneEnglish
            2·
            10 months ago

            You can also delegate a subdomain to another provider with an API, but yes I see what you mean. Although I feel like getting port 80 open would be difficult as well in those situations.

          • ShortN0te@lemmy.mlEnglish
            1·
            10 months ago

            You can use ACNE DNS. Just add the single record for acne dns and then you can the acne dns api to fulfill the challange.

            • cron@feddit.orgEnglish
              1·
              10 months ago

              Yes, if you do this manually it will work.

              • ShortN0te@lemmy.mlEnglish
                2·
                10 months ago

                No, you can do this process to automate it.

                • cron@feddit.orgEnglish
                  1·
                  10 months ago

                  Sorry, I understood you wrong. You’re right!

      • mipadaitu@lemmy.worldEnglish
        2·
        10 months ago

        Whoa, really??? I guess I just assumed nothing changed in the last 5 years. I need to look into that.