Skip to content

Commit

Permalink
doc: harcode default value (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Oct 20, 2023
1 parent 82829fe commit acb8936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void setAcmeServer(@NonNull String acmeServer) {
}

/**
* Get the challenge type to be used to validate the account. Default {@code DEFAULT_CHALLENGE_TYPE}.
* Get the challenge type to be used to validate the account. Default {@code tls-alpn-01}.
* @return the challenge type
*/
public ChallengeType getChallengeType() {
Expand Down

0 comments on commit acb8936

Please sign in to comment.