-
Notifications
You must be signed in to change notification settings - Fork 3
Add support of different key algorithm #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
DXist
wants to merge
30
commits into
NETWAYS:main
Choose a base branch
from
DXist:pkey_algorithm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
11c1fe4
add support of different key algorithm
DXist dbf51aa
don't use passphrase in command arguments which could be logged
DXist acd9418
document key algorithm vars
DXist a36219a
ca_dir_owner is customizable
DXist 9878f9a
require user to specify ca_ca_password
DXist 780fd64
do prepare both for RSA and Ed25519 CAs
DXist db3deab
distinguished name components are omitted by default
DXist c9e4d69
use variables with defaults for common name and alternative names
DXist f0226de
add certificate update handlers
DXist 3ed008d
tests for handlers, notAfter validation uses openssl -checkvalid
DXist 58c5d91
fix bugs with wrong ca.crt path for clients and run_once for CA and l…
DXist 2e08580
fix ansible-lint errors and enable ansible-lint in CI
DXist 3d5fbce
add ca_alternative_name variable, nullable ca_altnameX vars
DXist 20c50c0
include x509v3 extensions to CA certificate
DXist 50bf19c
fix typo
DXist 3d77d7d
don't generate client cert on CA host by default
DXist 678003b
Don't generate server certificate by default
DXist 70d3605
Rename: ca_client_ca_* -> ca_certs_*
DXist 30c0611
Rename: ca_client_key_algorithm -> ca_key_algorithm
DXist 9b5e9b0
Rename ca_client_cert -> ca_cert
DXist ec02e7c
Rename extended_key_usage -> ca_extended_key_usage
DXist 6e33c57
ca_extended_key_usage could be a list
DXist 950bcc5
use ca_dir_owner/group for ca.conf
DXist 1bf4175
extended_key_usage is comma-separated
DXist 65154e3
split san using commas
DXist 1bdfbb2
fix mode for certs and keys
DXist 9293a7e
always fetch CA certificate to the control host
DXist 3c35b7c
remove leftover for openssl version detection
DXist e15894b
Apply suggestions from code review
DXist bc8660c
document CA key generation params variable
DXist File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| - name: "Ansible-role-ca : on certificate change" | ||
| ansible.builtin.meta: noop | ||
|
|
||
| - name: "Ansible-role-ca : on server certificate change" | ||
| ansible.builtin.meta: noop | ||
|
|
||
| - name: "Ansible-role-ca : on etcd certificate change" | ||
| ansible.builtin.meta: noop | ||
|
|
||
| - name: "Ansible-role-ca : on etcd server certificate change" | ||
| ansible.builtin.meta: noop |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.