diff --git a/libs/auth/src/cryptography.ts b/libs/auth/src/cryptography.ts index 20174c4d98..a70d69daff 100644 --- a/libs/auth/src/cryptography.ts +++ b/libs/auth/src/cryptography.ts @@ -18,14 +18,6 @@ import { import { runCommand } from './shell'; import { tpmOpensslParams } from './tpm'; -/** - * The path to the OpenSSL config file - */ -export const OPENSSL_CONFIG_FILE_PATH = path.join( - __dirname, - '../certs/openssl.cnf' -); - /** * The static header for a public key in DER format */