diff --git a/app/Model/CryptographicKey.php b/app/Model/CryptographicKey.php index 4ee8722ba..2f2f94179 100644 --- a/app/Model/CryptographicKey.php +++ b/app/Model/CryptographicKey.php @@ -165,15 +165,6 @@ class CryptographicKey extends AppModel return $signature; } - public function signFileWithInstanceKey($path) - { - if (!$this->ingestInstanceKey()) { - return false; - } - $signature = $this->gpg->signFile($path, Crypt_GPG::SIGN_MODE_DETACHED); - return $signature; - } - /** * @param string $data * @param string $signature