@markssl/x509
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

API

import X509 from '@markssl/x509'

packCsr

X509.packCsr(asn1pubkey: string, domains: string[])

Generates a certificate signing request (CSR) for the given public key and domains.

packPkcs1

X509.packPkcs1(jwk: Required<JsonWebKey>)

Generates a PKCS#1 private key for the given JWK.

packCsrPublicKey

X509.packCsrPublicKey(jwk: Required<JsonWebKey>)

Generates a PKCS#1 public key for the given JWK.

/@markssl/x509/

    Package Sidebar

    Install

    npm i @markssl/x509

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    18.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • murka