October 2018
Intermediate to advanced
248 pages
4h 46m
English
After creating a marathon.jks file, we will now add this to configuration:
$ cd /etc/default/
$ sudo vi marathon
You will see the following:

MARATHON_SSL_KEYSTORE_PATH=/etc/marathon/ssl/marathon.jks MARATHON_SSL_KEYSTORE_PASSWORD=123456 MARATHON_HTTP_CREDENTIALS=admin:password
If you look carefully, in the marathon keystore path, you can see we have appended a path where we have stored the marathon.jks keystore, the password, and the credential ...
Read now
Unlock full access