Add own certs to mosquitto

This commit is contained in:
2022-10-21 14:48:29 +02:00
parent 806b41b73e
commit d553f604a9
3 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
- name: Generate PrivateKey
community.crypto.openssl_privatekey:
path: /opt/netmaker_server/certs/node.key
owner: 1883 # Set owner to mosquitto-user (all other containers seem to run as root)
- name: Generate Certificate-Signing-Request from privateKey
community.crypto.openssl_csr: