freeipa/install/updates/40-certprofile.update
Fraser Tweedale 300b74fc7f Add certprofile plugin
Add the 'certprofile' plugin which defines the commands for managing
certificate profiles and associated permissions.

Also update Dogtag network code in 'ipapython.dogtag' to support
headers and arbitrary request bodies, to facilitate use of the
Dogtag profiles REST API.

Part of: https://fedorahosted.org/freeipa/ticket/57

Reviewed-By: Martin Basti <mbasti@redhat.com>
2015-06-04 08:27:33 +00:00

10 lines
215 B
Plaintext

dn: cn=ca,$SUFFIX
default: objectClass: nsContainer
default: objectClass: top
default: cn: ca
dn: cn=certprofiles,cn=ca,$SUFFIX
default: objectClass: nsContainer
default: objectClass: top
default: cn: certprofiles