-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add passphrase to client certificate (#21)
* Add passphrase to client certificate * Add cipher to key creation fixes #13
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ Some files are copied to the host you're running Ansible on. | |
* `ca_email`: E-Mail address for certificates (default: `root@{{ ansible_fqdn }}`) | ||
* `ca_altname_1`: First alt name (default: `{{ ansible_fqdn }}`) | ||
* `ca_ca_keylength`: CA keylength (default: `2048`) | ||
* `ca_keypassphrase`: Password for the client key (default: `ChangeMeAgain`) | ||
|
||
## Example Playbook ## | ||
|
||
|
@@ -43,7 +44,7 @@ GPLv3+ | |
Author Information | ||
------------------ | ||
|
||
This role was created in 2021 by Thomas Widhal <[email protected]> | ||
This role was created in 2021 by Thomas Widhalm <[email protected]> | ||
|
||
Some code used from: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters