9951 explained code solutions for 126 technologies


certbotCreate standalone certificate


certbot certonly --standalone -d example.org -m [email protected] --agree-tosctrl + c
certonly

asks certbot to create certificate only in /etc/letsencrypt/live

--standalone

launches built-in webserver to verify domain ownership

-d example.org

domain we want to create certificate for

-m [email protected]

email to use as a main contact

--agree-tos

automatically confirm terms aggrement