[IMP] Some improvements
This commit is contained in:
@@ -48,6 +48,12 @@ class TisPKI:
|
||||
def root_ca_keyfile():
|
||||
return os.path.join(TisPKI.pki_dir(),'private','root_ca.key')
|
||||
|
||||
def root_ca_crlfile():
|
||||
return os.path.join(TisPKI.root_crl_path(),'root_ca.crl')
|
||||
|
||||
def root_ca_configfile():
|
||||
return os.path.join(TisPKI.root_config_path(),'openssl_root_ca.ini')
|
||||
|
||||
def root_keyout_path():
|
||||
return os.path.join(TisPKI.pki_dir(),'private')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user