Bases: object
This function is used to indicate that an authenticated session has ended. The session should have been created with a call to open_session.
Parameters: |
|
---|
List the open sessions.
Parameters: |
|
---|
Sets up a user session for a previously successful authenticated user. The session should later be terminated with a call to close_session.
Parameters: |
|
---|
Bases: object
Bases: object
Create the CA certificate hash symlink used by openssl
Parameters: | cert_name (string) – CA Certificate name |
---|
Create a new certificate
Parameters: |
|
---|
Create a new certificate
Parameters: |
|
---|
Create the CRL hash symlink used by openssl
Parameters: | cert_name (string) – CRL name |
---|
Create the certificate hash symlink used by openssl
Parameters: | cert_name (string) – Certificate name |
---|
Generate/regenerate the CRL file
Revoke and delete a certificate (the certificates issued by other CAs are only deleted, not revoked)
Parameters: | cert_name (string) – Certificate name |
---|
Sign a certificate request
Parameters: |
|
---|
Checks index.txt for expired certificates and mark them
Verify a certificate
Parameters: | cert_name (string) – Certificate name |
---|