From fa8d8143860e055a9eb71ff2c8652aa62adb87ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=A0=E3=81=84=E3=81=A1=E3=81=BE=E3=82=8B?= <98202777+Daichimarukana@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:31:34 +0900 Subject: [PATCH] miss --- sample.php | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sample.php diff --git a/sample.php b/sample.php deleted file mode 100644 index aa19577..0000000 --- a/sample.php +++ /dev/null @@ -1,11 +0,0 @@ - 2048, // 秘密鍵のビット数 - 'private_key_type' => OPENSSL_KEYTYPE_RSA // RSA秘密鍵を生成 -)); - -// 秘密鍵を取得する -openssl_pkey_export($key_pair, $private_key); - -echo $private_key; -?> \ No newline at end of file