service: add --expand to allow adding SANs

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-15 14:14:14 +01:00
parent 69c9e368ba
commit bc267bf8c0
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -17,6 +17,7 @@ certbot_create_arguments: >-
--standalone
--noninteractive
--agree-tos
--expand
--config-dir={{ certbot_config_dir }}
--work-dir={{ certbot_work_dir }}
--logs-dir={{ certbot_logs_dir }}