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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
bdcc8153
Unverified
Commit
bdcc8153
authored
5 months ago
by
Thomas Woerner
Committed by
GitHub
5 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1305 from rjeffman/ipacert_testfix_key_size
ipacert: Fix ipacert tests
parents
a2f59e1a
57bc35df
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/cert/test_cert_host.yml
+1
-1
1 addition, 1 deletion
tests/cert/test_cert_host.yml
tests/cert/test_cert_service.yml
+1
-1
1 addition, 1 deletion
tests/cert/test_cert_service.yml
tests/cert/test_cert_user.yml
+1
-1
1 addition, 1 deletion
tests/cert/test_cert_user.yml
with
3 additions
and
3 deletions
tests/cert/test_cert_host.yml
+
1
−
1
View file @
bdcc8153
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
-
name
:
Create CSR
-
name
:
Create CSR
ansible.builtin.shell
:
ansible.builtin.shell
:
cmd
:
"
openssl
req
-newkey
rsa:
1024
-keyout
/dev/null
-nodes
-subj
/CN=certhost.{{
ipa_domain
}}"
cmd
:
"
openssl
req
-newkey
rsa:
2048
-keyout
/dev/null
-nodes
-subj
/CN=certhost.{{
ipa_domain
}}"
register
:
host_req
register
:
host_req
-
name
:
Create CSR file
-
name
:
Create CSR file
...
...
This diff is collapsed.
Click to expand it.
tests/cert/test_cert_service.yml
+
1
−
1
View file @
bdcc8153
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
-
name
:
Create signing request for certificate
-
name
:
Create signing request for certificate
ansible.builtin.shell
:
ansible.builtin.shell
:
cmd
:
"
openssl
req
-newkey
rsa:
1024
-keyout
/dev/null
-nodes
-subj
/CN=certservice.{{
ipa_domain
}}"
cmd
:
"
openssl
req
-newkey
rsa:
2048
-keyout
/dev/null
-nodes
-subj
/CN=certservice.{{
ipa_domain
}}"
register
:
service_req
register
:
service_req
-
name
:
Create CSR file
-
name
:
Create CSR file
...
...
This diff is collapsed.
Click to expand it.
tests/cert/test_cert_user.yml
+
1
−
1
View file @
bdcc8153
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
-
name
:
Crete CSR
-
name
:
Crete CSR
ansible.builtin.shell
:
ansible.builtin.shell
:
cmd
:
cmd
:
'
openssl
req
-newkey
rsa:
1024
-keyout
/dev/null
-nodes
-subj
/CN=certuser
-reqexts
IECUserRoles
'
openssl
req
-newkey
rsa:
2048
-keyout
/dev/null
-nodes
-subj
/CN=certuser
-reqexts
IECUserRoles
-config
<(cat
/etc/pki/tls/openssl.cnf;
printf
"[IECUserRoles]\n1.2.840.10070.8.1=ASN1:UTF8String:hello
world")'
-config
<(cat
/etc/pki/tls/openssl.cnf;
printf
"[IECUserRoles]\n1.2.840.10070.8.1=ASN1:UTF8String:hello
world")'
executable
:
/bin/bash
executable
:
/bin/bash
register
:
user_req
register
:
user_req
...
...
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