Skip to content

Commit 3370954

Browse files
SpCombkke
authored andcommitted
fix cli certificate authorize --help for http-01 (kontena#3318)
1 parent db55546 commit 3370954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/lib/kontena/cli/certificate/authorize_command.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class DeployFailedError < StandardError; end
1010

1111
parameter "DOMAIN", "Domain to authorize"
1212

13-
option '--type', 'AUTHORIZATION_TYPE', 'Authorization type, either tls-sni-01 or dns-01', default: 'dns-01'
14-
option '--linked-service', "LINKED_SERVICE", 'A service (usually LB) where the tls-sni-01 challenge certificate is bundled to'
13+
option '--type', 'AUTHORIZATION_TYPE', 'Authorization type, either http-01, dns-01 or tls-sni-01 (renewals only)', default: 'dns-01'
14+
option '--linked-service', "LINKED_SERVICE", 'A service (usually LB) where the http-01/tls-sni-01 challenge is deployed to'
1515

1616
requires_current_master
1717
requires_current_master_token

0 commit comments

Comments
 (0)