Guided CSR generation for Windows and Linux, built around ECC P-384 and SHA-256, with pre-submission checks for outdated server stacks, clean operator output, and a browser-side ECC CSR decoder.
Decode and inspect ECC Certificate Signing Requests only. Accepted input: PEM CSR or DER CSR.
| Rule | Current threshold | Purpose |
|---|---|---|
| ECC profile | P-384 / secp384r1 / SHA-256 | Normalises all generated guidance to the target ECC profile. |
| Windows baseline | Server 2012+ | Warns when Windows looks too old for reliable ECC workflows. |
| IIS baseline | IIS 8.0+ | Warns when IIS looks too old for smooth ECC request handling and deployment. |
| CentOS baseline | CentOS 7+ | Warns when Linux stack likely carries outdated crypto libraries. |
| OpenSSL baseline | 1.1.1+ | Checks library age against the expected ECC path. |
| Apache baseline | 2.4.54+ | Checks web server age against the expected ECC path. |
| XAMPP baseline | 7.4.33+ | Checks bundled stack age against the expected ECC path. |
| PHP baseline | 7.4.33+ | Checks bundled stack age against the expected ECC path. |
| CSR decoder policy | ECC only | Decoder flags RSA and other non-ECC CSRs as policy failures. |