Skip to content

Instantly share code, notes, and snippets.

@neonexus
Created March 25, 2015 22:20
Show Gist options
  • Save neonexus/95afa1bad9198ccc9e81 to your computer and use it in GitHub Desktop.
Save neonexus/95afa1bad9198ccc9e81 to your computer and use it in GitHub Desktop.

cat hostname.key hostname.crt PositiveSSLCA2.crt AddTrustExternalCARoot.crt > subsonic.crt

openssl pkcs12 -in subsonic.crt -export -out subsonic.pkcs12

sudo keytool -importkeystore -srckeystore subsonic.pkcs12 -destkeystore subsonic.keystore -srcstoretype PKCS12 -srcstorepass subsonic -srcalias 1 -destalias subsonic

sudo zip /var/subsonic/subsonic-booter-jar-with-dependencies.jar subsonic.keystore

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