Displaying 2 results from an estimated 2 matches for "certifici".
Did you mean:
certifice
2024 Aug 15
2
Certificates are not trusted
...ed to update my Fedora
installation with the command 'sudo dnf update -y'.
This command now terminates with the following error:
error: Verifying a signature using certificate
3124D2EF76DA4D972F6BE4AC9D60CBB71A3B4456 (iucar_cran (None)
<iucar#cran at copr.fedorahosted.org>):
1. Certificiate 9D60CBB71A3B4456 invalid: certificate is not alive
because: The primary key is not live
because: Expired on 2024-08-13T00:46:08Z
2. Key 9D60CBB71A3B4456 invalid: key is not alive
because: The primary key is not live
because: Expired on 2024-08-13T00:46:08Z
error: V...
2010 Dec 22
3
Using Puppet's client certificates for Apache, SSLVerifyClient
...argument, looking something like this:
curl -k -v --cert certs/job01.vmserver02.dev.az.domain.local.pem --key
private_keys/job01.vmserver02.dev.az.toolbox.local.pem
https://10.1.0.165/test.htm
I got a little smile that the request did in fact work without error
(save having the client use the CA certificiate - I''ll re-visit that
later), but also concerned because I understand this should not have
worked. I ran puppetca --clean against this particular Puppet node''s
certificate, and expected it to just plain not work any more, and
thereby updating my Puppet master''s key sto...