FAQs

When Is It Okay to Use Self-Signed Certs?

It’s generally okay to use self-signed certificates in non-public, internal testing or development environments where trust is not a critical concern.

Copy Link

Can Self-Signed Certificates Be Trusted?

Self-signed certificates are not inherently trusted by default, as they lack third-party verification and are not recognized by browsers or operating systems as trusted authorities.

Copy Link

How Long Are Self-Signed Certificates Valid?

The validity period of self-signed certificates is determined by the issuer, typically ranging from a few days to several years.

Copy Link

How Long Do Code Signing Certificates Last?

Code signing certificates have a validity period of 1 to 3 years. With SSL Dragon, you can save a considerable amount of money on each Code Signing Certificate when you buy a multi-year subscription. The longer the validity period, the lower the price, and less certificate maintenance is required. Don’t miss out on our discounts, offers, and promotions!

Copy Link

Do I Need Code Signing?

If you distribute software or scripts to users, you should get a code signing certificate. It will authenticate your code and protect against tampering, allowing users to access and use your digital products.

Copy Link

Can I Create My Own Code Signing Certificate?

You can create a code signing certificate, but it will be self-signed and not trusted by default on other systems. You should get a code signing certificate from a public CA for widespread trust and recognition.

Copy Link

How Much Does a Code Signing Certificate Cost?

The cost of a code signing certificate varies depending on the certificate authority (CA) and the type of certificate (Organization Validation or Extended Validation).

Copy Link

What Happens After Code Signing Certificate Expires?

The signed code remains valid, but users may see warnings or prompts indicating that the certificate has expired. You must obtain a new code signing certificate and re-sign your code to ensure continued trust and avoid warning messages.

Copy Link

What Is the Difference Between Code Signing vs SSL Certificates?

SSL certificates secure communications between a client (browser) and a server (website) by encrypting the data transmitted, while Code signing certificates digitally sign software and scripts to verify their authenticity and integrity.

Copy Link

Can You Use HTTPS With an Expired Certificate?

Yes, it’s possible to use HTTPS with an expired certificate but it’s not recommended. An expired SSL cert can cause trust issues for users and even data breaches. There’s a reason all browsers issue a security warning when an SSL certificate expires – it becomes a loophole for attackers to exploit.

Copy Link