示例#1
0
 def register_cli(self):
     user_store = CONFIG.user_store
     store = CertStore(user_store)
     if not store.insert(self.args.common_name, self.args.fingerprint):
         exit(2)
示例#2
0
 def register_cli(self):
     user_store = CONFIG.user_store
     store = CertStore(user_store)
     if not store.insert(self.args.common_name, self.args.fingerprint):
         exit(2)