예제 #1
0
파일: csr.php 프로젝트: noccy80/cherryphp
 public function setPrivateKey(KeyPair $pk)
 {
     \debug("OpenSSL CSR: Assigning private key");
     $this->pkey = $pk->getKey();
     $this->pkeypass = $pk->getPassphrase();
 }