You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\fI\,openssl-generate-certificates\fR was created to improve automated generation of client/server key pairs and comes equiped with a set of options to automate certificate generation.
33
+
30
34
For convenience and future reference \fI\,openssl-generate-certificates\fR also saves the client and server extension files containing respective certificate configuration.
31
35
32
36
All generated assets are saved to the current working directory.
@@ -51,11 +55,21 @@ Specify the hostname or IP address of the server.
51
55
Specify additional ip(s) to associate with \fI\,hostname\fR. Default: 127.0.0.1
52
56
.RE
53
57
58
+
-j \fI\,subject\fR, --subject \fI\,subject\fR
59
+
.RS
60
+
Specify the subject string to use when generating the ca certificate.
61
+
.RE
62
+
54
63
-p \fI\,prefix\fR, --prefix \fI\,prefix\fR
55
64
.RS
56
65
Specify a prefix for output filenames. All generated assets will be prefixed with the given string.
57
66
.RE
58
67
68
+
-s \fI\,password\fR, --secret \fI\,password\fR
69
+
.RS
70
+
Specify the password with which to encrypt the key-signing key.
0 commit comments