How to Fix mkcert HTTPS Certificate Errors in Deno
Solve Deno’s ‘invalid peer certificate: UnknownIssuer’ error by setting environment variables for mkcert.
Developer
Solve Deno’s ‘invalid peer certificate: UnknownIssuer’ error by setting environment variables for mkcert.
An overview of cryptographic key standards, their use cases and contexts, and OpenSSL examples for storing, exchanging, and working with keys in practice.
An overview of PEM, DER, JWK, and JWKS, covering usage details, file extensions, and import/export examples with OpenSSL and Web Crypto API.
Learn how to derive an RSA public key from a private key using the Web Crypto API by exporting the private key in JWK format and re-importing key components.