There was an error while loading. Please reload this page.
В Tulpar-Server используется свой формат сертификатов .jks Вот как его сделать из обычного сертификата созданного, например Let's Encrypt (certbot):
openssl pkcs12 -export \ -in /etc/letsencrypt/live/example.com/fullchain.pem \ -inkey /etc/letsencrypt/live/example.com/privkey.pem \ -out keystore.p12 \ -name tulpar
после
keytool -importkeystore \ -srckeystore keystore.p12 \ -srcstoretype PKCS12 \ -destkeystore keystore.jks \ -deststoretype JKS
Теперь вы можете подключить сертификат в config.json , для этого требуется указать путь к нему, а так-же пароль от сертификата.