diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-24 16:53:02 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-24 16:53:02 +0200 |
commit | fe1f261738d9ef4cf4ee05b67820b201821bf31c (patch) | |
tree | 6493976e6866bd74077f2e8c6f172436ebd0397a /gen_pki | |
parent | 6ea18bf8aec02e8d48dea48b98900cdfa2349f2d (diff) | |
download | nixcfg-fe1f261738d9ef4cf4ee05b67820b201821bf31c.tar.gz nixcfg-fe1f261738d9ef4cf4ee05b67820b201821bf31c.zip |
Add another DNS to the pki
Diffstat (limited to 'gen_pki')
-rwxr-xr-x | gen_pki | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -59,8 +59,9 @@ subjectAltName = @alt_names [alt_names] DNS.1 = server.$CLUSTER.$APP DNS.2 = client.$CLUSTER.$APP -DNS.3 = localhost -DNS.4 = 127.0.0.1 +DNS.3 = $APP.service.$CLUSTER.$APP +DNS.4 = localhost +DNS.5 = 127.0.0.1 EOF ) \ -CA <(pass $PREFIX/$APP-ca.crt) \ |