Certbot and DNS with BIND and Windows: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
What a blessed hassle it is. Here's what needs to be done. | What a blessed hassle it is. Here's what needs to be done. | ||
=== Script to Run (work in progress) === | ===Script to Run (work in progress)=== | ||
The below script, when run with ./NC.sh, will use DNS to retrieve certificates. That infrastructure has to be set up before hand, and includes the following; | The below script, when run with ./NC.sh, will use DNS to retrieve certificates (and also update other 'Slave Servers'). That infrastructure has to be set up before hand, and includes the following; | ||
* _acme_challenge 'sub zone' | *_acme_challenge 'sub zone' | ||
* "RNDC Setup" | *"RNDC Setup" | ||
* If using external / internal DNS Servers, then that configuration too. | *If using external / internal DNS Servers, then that configuration too. | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
#!/bin/sh | #!/bin/sh | ||