mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 19:21:31 -07:00
Currently, the module fail with a error saying that --acme-dir is mandatory. Looking at the commandline: /usr/sbin/acme-tiny --chain --account-key /srv/letsencrypt/acme_key/acme.key --csr /srv/letsencrypt/nginx_certs/www.example.org.csr--acme-dir /srv/letsencrypt/webroot", We can see that the space before --acme-dir is missing. |
||
---|---|---|
.. | ||
__init__.py | ||
openssl_certificate.py | ||
openssl_csr.py | ||
openssl_dhparam.py | ||
openssl_privatekey.py | ||
openssl_publickey.py |