mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-12 22:00:19 +00:00
Update
This commit is contained in:
parent
77fa1cd083
commit
e28db8c729
@ -136,7 +136,7 @@
|
|||||||
|
|
||||||
- name: "Installer - Certbot - Self-Signed Certificates - Generate Private Key"
|
- name: "Installer - Certbot - Self-Signed Certificates - Generate Private Key"
|
||||||
community.crypto.openssl_privatekey:
|
community.crypto.openssl_privatekey:
|
||||||
path: "/root/certs/mpp/privatekey.pem"
|
path: "/root/certs/mpp/privkey.pem"
|
||||||
type: RSA
|
type: RSA
|
||||||
size: 2048
|
size: 2048
|
||||||
regenerate: never
|
regenerate: never
|
||||||
@ -144,13 +144,13 @@
|
|||||||
- name: "Installer - Certbot - Self-Signed Certificates - Create Certificate Signing Request"
|
- name: "Installer - Certbot - Self-Signed Certificates - Create Certificate Signing Request"
|
||||||
community.crypto.openssl_csr:
|
community.crypto.openssl_csr:
|
||||||
common_name: "{{ ansible_facts.fqdn }}"
|
common_name: "{{ ansible_facts.fqdn }}"
|
||||||
privatekey_path: "/root/certs/mpp/privatekey.pem"
|
privatekey_path: "/root/certs/mpp/privkey.pem"
|
||||||
path: "/root/certs/mpp/csr.pem"
|
path: "/root/certs/mpp/csr.pem"
|
||||||
|
|
||||||
- name: "Installer - Certbot - Self-Signed Certificates - Generate Certificate"
|
- name: "Installer - Certbot - Self-Signed Certificates - Generate Certificate"
|
||||||
community.crypto.x509_certificate:
|
community.crypto.x509_certificate:
|
||||||
path: "/root/certs/mpp/fullchain.pem"
|
path: "/root/certs/mpp/fullchain.pem"
|
||||||
privatekey_path: "/root/certs/mpp/privatekey.pem"
|
privatekey_path: "/root/certs/mpp/privkey.pem"
|
||||||
csr_path: "/root/certs/mpp/csr.pem"
|
csr_path: "/root/certs/mpp/csr.pem"
|
||||||
provider: selfsigned
|
provider: selfsigned
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user