| ... | ... | @@ -11,9 +11,7 @@ clients that perform these DNS-01 challenges against KIT's DNS infrastructure. |
|
|
|
This plugin creates and deletes the required records for DNS-01 challenges
|
|
|
|
using the [NETVS API](https://netvs.scc.kit.edu) ([v3.1](https://netvs.scc.kit.edu/swagger) and later).
|
|
|
|
|
|
|
|
## getting started
|
|
|
|
|
|
|
|
Please follow these steps…
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
### 1. Choose an ACME client
|
|
|
|
|
| ... | ... | @@ -25,10 +23,11 @@ supports these clients out-of-the-box: |
|
|
|
* [dehydrated](https://dehydrated.io/)
|
|
|
|
|
|
|
|
These plugins only differ in their calling convention. To use other ACME
|
|
|
|
clients users may either write their own wrapper scripts or open an issue in
|
|
|
|
the acme4netvs repo.
|
|
|
|
clients either write a wrapper script for one of the existing plugins or open create new command(s) under `/cmd`; just use one of the existing ones as template.
|
|
|
|
|
|
|
|
### Get a NETVS Token
|
|
|
|
|
|
|
|
### get netvs token
|
|
|
|
TBD; we're currently waiting for NETVS API version 3.1…
|
|
|
|
|
|
|
|
### certbot
|
|
|
|
|
| ... | ... | |
| ... | ... | |