[IMP] Some improvements

This commit is contained in:
Kevin Guerineau
2024-05-10 17:31:59 +02:00
parent ce28001bae
commit 61d50ec61e
6 changed files with 40 additions and 8 deletions
+6
View File
@@ -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')