Skip to content

Instantly share code, notes, and snippets.

@nburkley
Created June 17, 2015 13:38
Show Gist options
  • Save nburkley/d00fc3fc4d8445da0988 to your computer and use it in GitHub Desktop.
Save nburkley/d00fc3fc4d8445da0988 to your computer and use it in GitHub Desktop.
Adding Multi-domain SSL certs to Herkou

When adding a multi-domain certificat to Herkou, the standard certficate update/add command results in

$> herkou certs:update cert_bundle.pem server.crt server.key

Resolving trust chain... failed
 !    No certificate given is a domain name certificate.

To get this to work you need to add the --bypass parameter

$> herkou certs:update cert_bundle.pem server.crt server.key --bypass

Updating SSL Endpoint...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment