From 0bcc057e741af3fbc108f42b75f9d42f48f6a51e Mon Sep 17 00:00:00 2001 From: Yuuta Liang Date: Sat, 14 Oct 2023 05:12:06 +0800 Subject: Implement the CA Signed-off-by: Yuuta Liang --- tests/leaf.csr.cnf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/leaf.csr.cnf (limited to 'tests/leaf.csr.cnf') diff --git a/tests/leaf.csr.cnf b/tests/leaf.csr.cnf new file mode 100644 index 0000000..d2b88cd --- /dev/null +++ b/tests/leaf.csr.cnf @@ -0,0 +1,9 @@ +[req] +distinguished_name = req_distinguished_name + +# https://github.com/openssl/openssl/issues/3536#issuecomment-306520579 +prompt = no + +[req_distinguished_name] +countryName = CA +commonName = Test Leaf -- cgit v1.2.3