Skip to content

Commit

Permalink
[misc] travis fix certificate request error on OpenSSL 1.1.0h
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed May 14, 2018
1 parent 3343095 commit a8ad685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/gen-ssl.sh
Expand Up @@ -17,7 +17,7 @@ print_usage () {
gen_cert_subject () {
local fqdn="$1"
[[ "${fqdn}" != "" ]] || print_error "FQDN cannot be blank"
echo "/C=/ST=/O=/localityName=/CN=${fqdn}/organizationalUnitName=/emailAddress=/"
echo "/C=XX/ST=X/O=X/localityName=X/CN=${fqdn}/organizationalUnitName=X/emailAddress=X/"
}

main () {
Expand Down

0 comments on commit a8ad685

Please sign in to comment.