Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
848959ca
Unverified
Commit
848959ca
authored
May 14, 2020
by
Ivan Aragonés Muniesa
Committed by
GitHub
May 14, 2020
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
Corrected variable names and description
parent
bf15351c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/ipaserver/README.md
+2
-2
2 additions, 2 deletions
roles/ipaserver/README.md
with
2 additions
and
2 deletions
roles/ipaserver/README.md
+
2
−
2
View file @
848959ca
...
...
@@ -227,8 +227,8 @@ SSL certificate Variables
Variable | Description | Required
-------- | ----------- | --------
`ipaserver_dirsrv_cert_files` | Files containing the Directory Server SSL certificate and private keys. (list of strings) | no
`ipaserver_http_cert_file` | File containing the Apache Server SSL certificate and private key. (string) | no
`ipaserver_pkinit_cert_file` | File containing the Kerberos KDC SSL certificate and private key. (string) | no
`ipaserver_http_cert_file
s
` | File containing the Apache Server SSL certificate and private key. (
list of
string) | no
`ipaserver_pkinit_cert_file
s
` | File containing the Kerberos KDC SSL certificate and private key. (
list of
string) | no
`ipaserver_dirsrv_pin` | The password to unlock the Directory Server private key. (string) | no
`ipaserver_http_pin` | The password to unlock the Apache Server private key. (string) | no
`ipaserver_pkinit_pin` | The password to unlock the Kerberos KDC private key. (string) | no
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment