質問編集履歴
1
実行するコマンドが間違っていました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,15 +16,11 @@
|
|
16
16
|
|
17
17
|
SERVERROOT=server
|
18
18
|
|
19
|
-
sudo openssl
|
19
|
+
sudo openssl ca \
|
20
20
|
|
21
|
-
-
|
21
|
+
-in ${SERVERROOT}/server.csr \
|
22
22
|
|
23
|
-
-new \
|
24
|
-
|
25
|
-
-keyout ${SERVERROOT}/server.key \
|
26
|
-
|
27
|
-
-out ${SERVERROOT}/server.c
|
23
|
+
-out ${SERVERROOT}/server.crt
|
28
24
|
|
29
25
|
Using configuration from /private/etc/ssl/openssl.cnf
|
30
26
|
|