You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: PEM paste in shell, stdin pipe, raw base64 detection (#35, #36)
Three input methods now work:
1. Interactive shell PEM paste — paste any PEM block (cert, CSR, key,
CRL, PKCS#7) and it auto-detects type and displays it
2. Stdin pipe — `cat cert.pem | pki show -` reads from stdin
3. Raw base64 — paste "MIIFqj..." without headers and it tries to
decode as a certificate
Fixed the PEM multi-line buffer to work inside the newline split loop
so pasted PEM blocks are properly buffered until -----END.
Closes#35Closes#36
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments