Example #1
0
 /**
  * @param bool $verbose
  * @return \pharext\Openssl\PrivateKey
  */
 public function run($verbose = false)
 {
     if ($verbose) {
         printf("Signing %s ...\n", basename($this->phar->getPath()));
     }
     $this->pkey->sign($this->phar);
     return $this->pkey;
 }