certificate icon indicating copy to clipboard operation
certificate copied to clipboard

Access certificate details and transform between different formats.

Results 3 certificate issues
Sort by recently updated
recently updated
newest added

Hi! Good package! But I can't get full details about subject because hardcoded only 3 values https://github.com/kelunik/certificate/blob/47dcc659fe73ae040ae17d068a4fc8777813f0fb/lib/Certificate.php#L91-L93 It will be very cool to be able to receive all data including...

@trowski @nicolas-grekas Naming suggestions?

Cont. from https://github.com/Ayesh/acme-client/commit/5541a2927f59c6a33bad387992f19af61669b7a9#commitcomment-21383572 Can we make Certificate::pemToDer and Certificate::derToPem methods support public keys, private keys, PGP keys, certificate requests, etc please? The derToPem method can be a bit troublesome to...

enhancement