Difference between revisions of "FreeCA Certs"

From TheBestLinux.com
Jump to navigation Jump to search
Line 3: Line 3:
  
 
[https://en.wikipedia.org/wiki/CAcert.org Certificate Authority Wiki]
 
[https://en.wikipedia.org/wiki/CAcert.org Certificate Authority Wiki]
 +
<br /><br />
 +
 +
I LOVE & use Let's Encrypt, Google's free SSL certificate authority and server and it's certificate renewal utility Certbot!  Here's an example of the command to use to renew your SSL certificate for use on an NginX webserver:
 +
<br /><br />
 +
<pre style="colore:blue">
 +
[root@wiki.linuxjamie.com:~]# certbot --nginx --redirect --agree-tos --no-eff-email -d wiki.linuxjamie.com -m jamie@linuxjamie.com
 +
</pre>
 
<br /><br />
 
<br /><br />

Revision as of 04:59, 15 December 2022

Here is some info for free CA certificates:

Certificate Authority Wiki

I LOVE & use Let's Encrypt, Google's free SSL certificate authority and server and it's certificate renewal utility Certbot! Here's an example of the command to use to renew your SSL certificate for use on an NginX webserver:

[root@wiki.linuxjamie.com:~]# certbot --nginx --redirect --agree-tos --no-eff-email -d wiki.linuxjamie.com -m jamie@linuxjamie.com