diff options
author | Fraser Tweedale <ftweedal@redhat.com> | 2015-05-27 08:02:08 -0400 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-06-02 14:03:12 +0000 |
commit | 7f7c247bb5a4b0030d531f4f14c156162e808212 (patch) | |
tree | 81314d5d8c80ecf9c532cd44a9ed785f01eecba4 /VERSION | |
parent | b98077ea6844eddd8810e4ae6ddd5bf40c61b58e (diff) | |
download | freeipa-7f7c247bb5a4b0030d531f4f14c156162e808212.tar.gz freeipa-7f7c247bb5a4b0030d531f4f14c156162e808212.tar.xz freeipa-7f7c247bb5a4b0030d531f4f14c156162e808212.zip |
Support multiple host and service certificates
Update the framework to support multiple host and service
certificates.
host-mod and service-mod revoke existing certificates that are not
included in the modified entry. Using addattr=certificate=... will
result in no certificates being revoked.
The existing behaviour of host-disable, host-del, service-disable
and service-del (revoke existing certificate) is preserved but now
applies to all certificates in the host or service entry.
Also update host-show and service-show to write all the principal's
certificates to the file given by the ``--out=FILE`` option.
Part of: http://www.freeipa.org/page/V4/User_Certificates
https://fedorahosted.org/freeipa/ticket/4238
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=121 -# Last change: pvoborni - added server-find and server-show +IPA_API_VERSION_MINOR=122 +# Last change: ftweedal - allow multiple host/service certificates |