Skip to content
Snippets Groups Projects
Unverified Commit 0a20b590 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1133 from rjeffman/testday_1

ipacert: Fix revocation example playbook on README
parents be9a2db4 f0f21fc8
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,23 @@ Example playbook to revoke an existing certificate:
ipacert:
ipaadmin_password: SomeADMINpassword
serial_number: 123456789
reason: 5
state: revoked
```
When revoking a certificate a mnemonic can also be used to set the revocation reason:
```yaml
---
- name: Revoke certificate
hosts: ipaserver
tasks:
- name Revoke a certificate
ipacert:
ipaadmin_password: SomeADMINpassword
serial_number: 123456789
reason: cessationOfOperation
state: revoked
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment