update default cert-type to snakeoil

This commit is contained in:
AnsibleGuy 2024-08-05 21:51:52 +02:00
parent 9c96f25897
commit 58632c6b63
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ zoneminder:
aliases: ['zm.template.ansibleguy.net']
ssl:
mode: 'letsencrypt' # or selfsigned/ca
mode: 'letsencrypt' # or selfsigned/ca/snakeoil
# if you use 'selfsigned' or 'ca':
# cert:
# cn: 'ZoneMinder Server'

View File

@ -30,7 +30,7 @@ defaults_zm:
file: 'zoneminder' # /etc/apache2/sites-available/site_${file}_app.conf
ssl: # see: https://github.com/ansibleguy/infra_certs
mode: 'ca' # existing/selfsigned/ca/letsencrypt
mode: 'snakeoil' # existing/selfsigned/ca/letsencrypt/snakeoil
cert:
name:
cn: 'NextCloud Certificate'

View File

@ -18,7 +18,7 @@
ip: '192.168.0.2'
ssl:
mode: 'ca'
mode: 'snakeoil'
cert:
cn: 'ZoneMinder'
org: 'AnsibleGuy Test'