コード例 #1
0
 def gen_cloudpk_file(self):
     cmd_string = get_cmdstring('openssl')
     cmd = Command(cmd_string % (self.eucap12_file, self.cloudpk_file))
コード例 #2
0
 def gen_cloudpk_file(self):
     cmd_string = get_cmdstring('openssl')
     cmd = Command(cmd_string % (self.eucap12_file, self.cloudpk_file))