कैसे उपयोग करें
- PEM-encoded certificate या key block को input field में paste करें (beginning में -----BEGIN ...)।
- Tool PEM structure को validate करता है और block type, base64 lines की संख्या, और DER byte size को report करता है।
- PEM format को valid होने को confirm करने के लिए success या error alert को read करें।
- Full X.509 field decoding (issuer, SAN, validity dates) के लिए hint में shown किए गए OpenSSL command को use करें।
उदाहरण
- Valid -----BEGIN CERTIFICATE----- block को paste करने से type CERTIFICATE, base64 line count, और DER size bytes में show करता है।
- Missing या mismatched footer line वाली block को paste करने से structural problem को describe करने वाली error alert trigger करता है।