0 Setup SSL certificate (Linux)
taniman edited this page 2017-11-06 21:07:37 +01:00

Setting up an SSL certificate for your bot

  1. Follow this guide...
    https://dzone.com/articles/spring-boot-secured-by-lets-encrypt

  2. Put the following in application.properties with your settings
    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