add notes about ocsp server
This commit is contained in:
@@ -300,6 +300,15 @@ openssl x509 -in reese-crt.pem -text -noout
|
|||||||
openssl x509 -outform der -in reese-crt.pem -out reese-crt-der.cer
|
openssl x509 -outform der -in reese-crt.pem -out reese-crt-der.cer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
OCSP Server
|
||||||
|
|
||||||
|
<https://bhashineen.medium.com/create-your-own-ocsp-server-ffb212df8e63>
|
||||||
|
|
||||||
|
```bash
|
||||||
|
openssl req -new -nodes -out ocspSigning.csr -keyout ocspSigning.key
|
||||||
|
openssl ca -keyfile rootCA.key -cert rootCA.crt -in ocspSigning.csr -out ocspSigning.crt -config validation.conf
|
||||||
|
```
|
||||||
|
|
||||||
### PIV Smart Card (Taglio) WIP
|
### PIV Smart Card (Taglio) WIP
|
||||||
|
|
||||||
<https://github.com/OpenSC/OpenSC/wiki/Using-pkcs11-tool-and-OpenSSL>
|
<https://github.com/OpenSC/OpenSC/wiki/Using-pkcs11-tool-and-OpenSSL>
|
||||||
|
|||||||
Reference in New Issue
Block a user