- /opt/jumpscale7/lib/JumpScale/baselib/sslsigning/SSLSigning.py
Methods
def bundle
arguments
- certificate
- key
- certification_chain = ()
- passphrase
Bundles a certificate with it's private key (if any) and it's chain of trust.
Optionally secures it with a passphrase.
def createCertificateSigningRequest
arguments
def createSignedCert
arguments
Signing X509 certificate using CA
The following code sample shows how to sign an X509 certificate using a CA:
def create_self_signed_ca_cert
arguments
is for CA
If datacard.crt and datacard.key don't exist in cert_dir, create a new
self-signed cert and keypair and write them into that directory.
def signRequest
arguments