feat: Manage EasyRSA CA and certificates
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
f3930ea7d4
commit
19a7af377e
6 changed files with 100 additions and 8 deletions
|
@ -291,6 +291,27 @@ bacula_storages:
|
|||
media_type: File
|
||||
```
|
||||
|
||||
## easyrsa_ca_dir
|
||||
|
||||
Path to the CA directory to create.
|
||||
|
||||
```yaml
|
||||
easyrsa_ca_dir: /var/lib/easyrsa
|
||||
```
|
||||
|
||||
## easyrsa_clients
|
||||
|
||||
List of client hostnames that will have RSA certificates.
|
||||
|
||||
```yaml
|
||||
easyrsa_clients:
|
||||
- pilote
|
||||
- storage1
|
||||
- storage2
|
||||
- storage3
|
||||
- vps
|
||||
```
|
||||
|
||||
## hostname
|
||||
|
||||
Name of the remote host.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue