This commit is contained in:
Vassiliy Yegorov
2022-03-10 11:01:43 +07:00
commit 0079d257ea
5 changed files with 402 additions and 0 deletions

18
letsencrypt/ipa-httpd.cnf Normal file
View File

@@ -0,0 +1,18 @@
# the fully qualified server (or service) name
FQDN = id1.storedme.com
ALTNAMES = DNS:$FQDN
# --- no modifications required below ---
[ req ]
default_bits = 2048
default_md = sha256
prompt = no
encrypt_key = no
distinguished_name = dn
req_extensions = req_ext
[ dn ]
CN = $FQDN
[ req_ext ]
subjectAltName = $ALTNAMES