Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5e8e143

Browse files
committed
removed certificate chain from cli
1 parent b768774 commit 5e8e143

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/cli/cli.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ export class Cli {
9090
when: function(options) {
9191
return options.protocol == 'https';
9292
}
93-
}, {
94-
name: 'sslCertChainPath',
95-
message: 'Enter the path to your SSL certificate chain file.',
96-
when: function(options) {
97-
return options.protocol == 'https';
98-
}
9993
}, {
10094
name: 'sslKeyPath',
10195
message: 'Enter the path to your SSL key file.',

0 commit comments

Comments
 (0)