Difference between revisions of "SSL - Linux"

From The TinkerNet Wiki
Jump to navigation Jump to search
(Created page with "When using LetsEncrypt, Your certs live in: <code>/etc/letsencrypt/live/Machine.Domain.TDL</code> Machine.Domain.TDL is replaced with the proper FQDN of the machine. * '''f...")
 
 
Line 3: Line 3:
 
<code>/etc/letsencrypt/live/Machine.Domain.TDL</code>
 
<code>/etc/letsencrypt/live/Machine.Domain.TDL</code>
  
Machine.Domain.TDL is replaced with the proper FQDN of the machine.
+
'''Machine.Domain.TDL''' is replaced with the proper '''FQDN''' of the machine.
  
* '''fullchain.pem''' is the certificate
+
*'''fullchain.pem''' is the certificate
* '''privkey.pem''' is the key
+
*'''privkey.pem''' is the key

Latest revision as of 14:47, 24 June 2020

When using LetsEncrypt, Your certs live in:

/etc/letsencrypt/live/Machine.Domain.TDL

Machine.Domain.TDL is replaced with the proper FQDN of the machine.

  • fullchain.pem is the certificate
  • privkey.pem is the key