LetsEncrypt - Free certificate authority

2021-05 Run letsencrypt in podman container

2021 - Ubuntu letsencrypt - add domain to SAN list in certificate

  1. Run

    # certbot certonly --cert-name www.vigor.nz --webroot --webroot-path /var/www/static  -d www.vigor.nz,vigor.nz,git.vigor.nz,smtp.vigor.nz,pin.vigor.nz,ssl.vigor.nz,wiki.vigor.nz,vigor.co.za,keulder.com,www.keulder.com,johan.keulder.com,smtp.probfaci.co.za
  2. Using existing nginx with static dir, select

    2: Place files in webroot directory (webroot)
  3. Specify the static path e.g.

    /var/www/static

1. Output e.g.

...
Using the webroot path /var/www/static for all unmatched domains.
Waiting for verification...
Cleaning up challenges

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
...

2017 - Cloudflare - LetsEncrypt certificate automation

...

LetsEncrypt (last edited 2021-10-16 09:27:29 by PieterSmit)