Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Grid Certificates | ||||||||
Line: 7 to 7 | ||||||||
https://portal.ca.grid-support.ac.uk/caportal/![]() ![]() | ||||||||
Added: | ||||||||
> > |
PKCS#12 to PEMOnce you have obtained your certificate, you will be able to export it from your web browser as a PKCS#12 file, usually with the.p12 extension. Most tools will require you to convert this to PEM format, which you can do using the following commands:
openssl pkcs12 -in <P12_FILENAME> -out usercert.pem -clcerts -nokeys openssl pkcs12 -in <P12_FILENAME> -out userkey.pem -nocerts -nodes |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Grid CertificatesIf you need a grid certificate, you can obtain one through the UK Certificate Authority Portal: https://portal.ca.grid-support.ac.uk/caportal/![]() ![]() |