letsencrypt_with_dns_challenge_-_i.e._for_non_public_pages_and_wildcard_certificates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
letsencrypt_with_dns_challenge_-_i.e._for_non_public_pages_and_wildcard_certificates [24.09.2021 13:12] – [bind9 configuration] Pascal Suterletsencrypt_with_dns_challenge_-_i.e._for_non_public_pages_and_wildcard_certificates [24.09.2021 13:28] – old revision restored (24.09.2021 13:04) Pascal Suter
Line 61: Line 61:
  
 you should now see your "test123" in the output.  you should now see your "test123" in the output. 
 +
 +now clean up and remove the test entry: 
 +<code>
 +nsupdate -k key.conf -v
 +> server ns1.example.ch
 +> zone example.ch
 +> del _acme-challenge.example.ch.
 +> send
 +> quit
 +</code>
 ===== set up the certbot side ===== ===== set up the certbot side =====
 for certbot we need to create a ''credentials'' file which contains some info and our key. here is an example for our case:  for certbot we need to create a ''credentials'' file which contains some info and our key. here is an example for our case: 
  • letsencrypt_with_dns_challenge_-_i.e._for_non_public_pages_and_wildcard_certificates.txt
  • Last modified: 27.09.2022 10:28
  • by Pascal Suter