community.general/lib/ansible/modules/crypto
Michael Scherer eb162bdf7f Add space between arguments for acme-tiny (#36739)
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.
2018-02-26 09:15:17 -05:00
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
openssl_certificate.py Add space between arguments for acme-tiny (#36739) 2018-02-26 09:15:17 -05:00
openssl_csr.py Code style words in docs 2018-02-08 15:58:01 -05:00
openssl_dhparam.py Module to generate Diffie-Hellman parameters (#32620) 2018-01-26 08:08:29 +00:00
openssl_privatekey.py Fix documentation about mode in openssl_privatekey (#32664) 2017-12-07 04:47:23 -05:00
openssl_publickey.py openssl_publickey: Ensure format OpenSSH is idempotent (#33264) 2017-11-28 14:08:47 +05:30