-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

certbot


> The Let's Encrypt Agent for automatically obtaining and renewing TLS certificates.

> Successor to `letsencrypt`.

More information.


Obtain a new certificate via webroot authorization, but do not install it automatically:

sudo certbot certonly --webroot --webroot-path {path/to/webroot} --domain {subdomain.example.com}

Obtain a new certificate via nginx authorization, installing the new certificate automatically:

sudo certbot --nginx --domain {subdomain.example.com}

Obtain a new certificate via apache authorization, installing the new certificate automatically:

sudo certbot --apache --domain {subdomain.example.com}

Renew all Let's Encrypt certificates that expire in 30 days or less (don't forget to restart any servers that use them afterwards):

sudo certbot renew

Simulate the obtaining of a new certificate, but don't actually save any new certificates to disk:

sudo certbot --webroot --webroot-path {path/to/webroot} --domain {subdomain.example.com} --dry-run

Obtain an untrusted test certificate instead:

sudo certbot --webroot --webroot-path {path/to/webroot} --domain {subdomain.example.com} --test-cert


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:27:50 2024