mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
Rename openssl_certificate* to x509_certificate* (#7)
* Rename openssl_certificate* to x509_certificate*. * Update README. * Add redirects. * Also print warnings when using Ansible 2.9. * Adjust ignore-2.9.txt. * Update documentation.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
privatekey_path: '{{ output_dir }}/ansible_pkey3.pem'
|
||||
commonName: www3.ansible.com
|
||||
- name: Generate certificate
|
||||
openssl_certificate:
|
||||
x509_certificate:
|
||||
path: '{{ output_dir }}/{{ item.name }}.crt'
|
||||
privatekey_path: '{{ output_dir }}/{{ item.pkey }}'
|
||||
csr_path: '{{ output_dir }}/{{ item.name }}.csr'
|
||||
|
||||
Reference in New Issue
Block a user