JS Certification Authority

This is the world's first test certification authority by pure JavaScript ;)

TOP | DOWNLOADS | TUTORIALS | API REFERENCE | DEMOS |

(Step1) Fill CA private key (PEM formatted PKCS#5 RSA key) and passcode


CA KEY PASSCODE(=hoge):

(Step2) Fill Issuing Certificate Fields

Serial:
Issuer DN:
Validity: From To
Subjec DN:
Subject
Public Key

NOTE: This shall be 'BEGIN PUBLIC KEY', not 'BEGIN RSA PUBLIC KEY'.
Basic Constraints: exists critical cAflag pathLen
Key Usage: exists critical
digitalSignature(0) nonRepudiation(1) keyEncipherment(2)
dataEncipherment(3) keyAgreement(4) keyCertSign(5)
cRLSign(6) encipherOnly(7) decipherOnly(8)
Extended Key Usage: exists critical
serverAuth clientAuth codeSigning emailProtection timeStamping
CRL DistributionPoints: exists critical
URL
subjectAltName: critical



(Step3) Press "Issue Certificate" button

Issued Certificate


Another version of CA is also available here.