Target audience: PKI Operators, Helpdesk
Duration: 5-15 min per task
Runbooks for daily operative PKI tasks with Post-Quantum Cryptography.
| # | Runbook | Description | Duration | Frequency |
|---|---|---|---|---|
| 1 | Issue Certificate | Validate CSR, sign, deliver | ~10 min | Daily |
| 2 | Renew Certificate | Renew expiring certificates | ~15 min | Weekly |
| 3 | Revoke Certificate | Revoke compromised certificates | ~5 min | As needed |
| 4 | Health Check | Daily PKI system check | ~5 min | Daily |
Most common commands:
# Create certificate from CSR (Hybrid mode) openssl x509 -req -in request.csr -CA intermediate.pem -CAkey intermediate.key \ -out certificate.pem -days 365 -copy_extensions copy # Verify certificate openssl x509 -in certificate.pem -text -noout # Generate CRL openssl ca -gencrl -out crl.pem -config openssl.cnf
| Situation | Escalate to | SLA |
| ———– | ————- | —– |
| CSR validation unclear | PKI Admin | 4h |
| Suspected compromise | Security Team | 1h |
| CA unreachable | IT-Ops | 30 min |
« <- Operator Scenarios | -> Issue Certificate »
Wolfgang van der Stille @ EMSR DATA d.o.o. - Post-Quantum Cryptography Professional