Setting up an SSL certificate for your bot running on Linux
Adding a SSL certificate to your ProfitTrailer installation can increase the security but requires some linux knowledge. You will need a domain name directed at your ProfitTrailer location to complete this guide.
If you choose the SpringBoot guide you will need to add the following to your application.properties file.
server.ssl.key-store:/etc/letsencrypt/live/yourdomain/keystore.p12 server.ssl.key-store-password: yourpassword server.ssl.key-password: yourpassword server.ssl.keyStoreType: PKCS12 server.ssl.keyAlias: youralias
Discussion