Skip to content

Instantly share code, notes, and snippets.

@Suzhou65
Created October 31, 2020 15:52
Show Gist options
  • Select an option

  • Save Suzhou65/b3fa00879db51c0ae203b8c0b222b78b to your computer and use it in GitHub Desktop.

Select an option

Save Suzhou65/b3fa00879db51c0ae203b8c0b222b78b to your computer and use it in GitHub Desktop.
ProfitTrailer Install SSL Certificate

Move to the folder Install ProfitTrailer

cd ~
cd /var/opt/profittrailer

Editing ProfitTrailer configuration

sudo vim application.properties

Adding the SSL configuration

server.port = 443
security.require-ssl = ture
server.ssl.key-store: /home/user/download_ssl/PKCS12.p12
server.ssl.key-store-password: p12password
server.ssl.key-password: p12password
server.ssl.keyStoreType: PKCS12
server.ssl.keyAlias: tomcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment