Certbot: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
Add info about renewal of certificates
Line 56: Line 56:
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# certbot certonly -a dns-inwx -d example.org --register-unsafely-without-email --agree-tos
# certbot certonly -a dns-inwx -d example.org --register-unsafely-without-email --agree-tos
</syntaxhighlight>
=== Automated renewal of certificates ===
Certificates invalidate after a specific time, often aften several months. You can renew them manually after that period using following command
<syntaxhighlight lang="console">
# certbot renew
</syntaxhighlight>
</syntaxhighlight>