Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
apache
Commits
fac6ab9f
Commit
fac6ab9f
authored
Sep 29, 2020
by
Oyvind.Gjesdal
Browse files
rettelse sti priv_key
parent
cc71b27a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/uib_ssl.yml
View file @
fac6ab9f
...
...
@@ -36,7 +36,6 @@
register
:
"
apache_digicert_confirm_renew"
when
:
"
apache_digicert_renew
|
default(false)
|
bool"
-
name
:
"
generate
ssl
private
key"
openssl_privatekey
:
path
:
"
{{
apache_digicert_uib_home
}}/archive/{{
item.servername
}}/priv_key.pem"
...
...
@@ -49,7 +48,7 @@
openssl_csr
:
backup
:
"
yes"
path
:
"
{{
apache_digicert_uib_home
}}/csr//{{
item.servername
}}.csr"
privatekey_path
:
/etc/pki/tls
/{{ item.servername }}.pem
privatekey_path
:
"
{{
apache_digicert_uib_home
}}/archive
/{{
item.servername
}}
/priv_key
.pem
"
country_name
:
"
NO"
organization_name
:
"
Universitetet_i_Bergen"
common_name
:
"
{{
item.servername
}}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment