Jump to content

Certbot: Difference between revisions

49 bytes added ,  10 September 2022
m
no edit summary
imported>Onny
mNo edit summary
imported>Onny
mNo edit summary
Line 39: Line 39:
     dns_inwx_username = "username"
     dns_inwx_username = "username"
     dns_inwx_password = "password"
     dns_inwx_password = "password"
    dns_inwx_shared_secret = "your_shared_secret"
   '';
   '';
   mode = "0600";
   mode = "0600";
Line 50: Line 51:
Manually generate certificates for <code>example.org</code> using the ''inwx''-plugin
Manually generate certificates for <code>example.org</code> using the ''inwx''-plugin
<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>
</syntaxhighlight>
Anonymous user