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
--https-ca <value...> Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, it will be removed in favor of the
130
+
`server.options.ca` option.
131
+
--https-ca-reset Clear all items provided in 'https.ca' configuration. Path to an SSL CA certificate or content of an SSL CA
132
+
certificate. Deprecated, it will be removed in favor of the `server.options.ca` option.
133
+
--https-cacert <value...> Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, it will be removed in favor of the
134
+
`server.options.cacert` option.
135
+
--https-cacert-reset Clear all items provided in 'https.cacert' configuration. Path to an SSL CA certificate or content of an SSL CA
136
+
certificate. Deprecated, it will be removed in favor of the `server.options.cacert` option.
137
+
--https-cert <value...> Path to an SSL certificate or content of an SSL certificate. Deprecated, it will be removed in favor of the
138
+
`server.options.cert` option.
139
+
--https-cert-reset Clear all items provided in 'https.cert' configuration. Path to an SSL certificate or content of an SSL
140
+
certificate. Deprecated, it will be removed in favor of the `server.options.cert` option.
141
+
--https-crl <value...> Path to PEM formatted CRLs (Certificate Revocation Lists) or content of PEM formatted CRLs (Certificate
142
+
Revocation Lists). Deprecated, it will be removed in favor of the `server.options.crl` option.
143
+
--https-crl-reset Clear all items provided in 'https.crl' configuration. Path to PEM formatted CRLs (Certificate Revocation Lists)
144
+
or content of PEM formatted CRLs (Certificate Revocation Lists). Deprecated, it will be removed in favor of the
145
+
`server.options.crl` option.
146
+
--https-key <value...> Path to an SSL key or content of an SSL key. Deprecated, it will be removed in favor of the `server.options.key`
147
+
option.
148
+
--https-key-reset Clear all items provided in 'https.key' configuration. Path to an SSL key or content of an SSL key. Deprecated,
149
+
it will be removed in favor of the `server.options.key` option.
150
+
--https-pfx <value...> Path to an SSL pfx file or content of an SSL pfx file. Deprecated, it will be removed in favor of the
151
+
`server.options.pfx` option.
135
152
--https-pfx-reset Clear all items provided in 'https.pfx' configuration. Path to an SSL pfx file or content of an SSL pfx file.
136
-
--https-cert <value...> Path to an SSL certificate or content of an SSL certificate.
137
-
--https-cert-reset Clear all items provided in 'https.cert' configuration. Path to an SSL certificate or content of an SSL certificate.
138
-
--https-crl <value...> Path to PEM formatted CRLs (Certificate Revocation Lists) or content of PEM formatted CRLs (Certificate Revocation Lists).
139
-
--https-crl-reset Clear all items provided in 'https.crl' configuration. Path to PEM formatted CRLs (Certificate Revocation Lists) or content of PEM formatted CRLs (Certificate Revocation Lists).
153
+
Deprecated, it will be removed in favor of the `server.options.pfx` option.
140
154
--ipc [value] Listen to a unix socket.
141
155
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
142
156
--no-live-reload Disables reload/refresh the page(s) when file changes are detected (enabled by default)
@@ -151,6 +165,29 @@ Options:
151
165
--open-target-reset Clear all items provided in 'open.target' configuration. Opens specified page in browser.
152
166
--open-app-name-reset Clear all items provided in 'open.app.name' configuration. Open specified browser.
153
167
--port <value> Allows to specify a port to use.
168
+
--server-type <value> Allows to set server and options (by default 'http').
169
+
--server-options-passphrase <value> Passphrase for a pfx file.
170
+
--server-options-request-cert Request for an SSL certificate.
0 commit comments