diff options
| author | Fraser Tweedale <ftweedal@redhat.com> | 2016-10-14 13:20:16 +1000 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-10-26 18:26:29 +0200 |
| commit | eb6bfd82f363405e3377b2a912b1152ba76625ae (patch) | |
| tree | 2148be5f095d06b8a1517624fd5705a1724f28d6 /install/ui/test | |
| parent | 5d15626b4db8f5e777e037680623badc86b6c31d (diff) | |
| download | freeipa-eb6bfd82f363405e3377b2a912b1152ba76625ae.tar.gz freeipa-eb6bfd82f363405e3377b2a912b1152ba76625ae.tar.xz freeipa-eb6bfd82f363405e3377b2a912b1152ba76625ae.zip | |
Do not create Object Signing certificate
The Object Signing certificate created during server installation
was used only for signing the (recently removed) Firefox extension,
so there's no need to create that certificate any more.
Fixes: https://fedorahosted.org/freeipa/ticket/6399
Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/ui/test')
| -rw-r--r-- | install/ui/test/data/cert_find.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/install/ui/test/data/cert_find.json b/install/ui/test/data/cert_find.json index 6c059bd7a..4b2fb6d52 100644 --- a/install/ui/test/data/cert_find.json +++ b/install/ui/test/data/cert_find.json @@ -57,15 +57,9 @@ "serial_number_hex": "0x9", "status": "VALID", "subject": "CN=dev.example.com,O=EXAMPLE.COM" - }, - { - "serial_number": 10, - "serial_number_hex": "0xA", - "status": "VALID", - "subject": "CN=Object Signing Cert,O=EXAMPLE.COM" } ], "summary": "10 certificates matched", "truncated": false } -}
\ No newline at end of file +} |
