Its standard, line "jmx.keystorepass=password"

 

-------------------  

С уважением, Андрей Прицепов "Лаборатория Форт Крым"

 

From: Yakovlev N. [mailto:yakovlev...@krvostok.ru] 
Sent: Friday, December 29, 2017 7:51 AM
To: user@openmeetings.apache.org
Subject: RE: Configure https on centos7

 

which passwords do you use in red5/conf/red5.properties ?

 

From: Андрей Прицепов [mailto:p.and...@fort.crimea.com] 
Sent: Thursday, December 28, 2017 5:36 PM
To: user@openmeetings.apache.org
Subject: Configure https on centos7

 

Use this instruction http://openmeetings.apache.org/RTMPSAndHTTPS.html . For
beginning I configure self-signed certificate.

Not all in instruction was wrote, so what I do first before instruction is
create self-signed sertificate:

su -
mkdir /opt/prytsepov

cd /opt/prytsepov

yum install mod_ssl

openssl req -x509 -nodes -days 99999 -newkey rsa:2048 -keyout
/opt/prytsepov/red5.key -out /opt/prytsepov/red5.crt

 

Then I do by instruction:
this step edit sa.crt to red5.crt or it gives errors. On this step password
left empty: openssl pkcs12 -export -in red5.crt -inkey red5.key -out
red5.p12 -name red5 -certfile red5.crt

keytool -importkeystore -srcstorepass changeit -srckeystore red5.p12
-srcstoretype PKCS12 -deststorepass changeit -destkeystore
/opt/red5401/conf/keystore.jks -alias red5

 

Here I see errors: 

keytool error:java.io.IOException:keystore password was incorrect

 

 

 

 

-------------------  

С уважением, Андрей Прицепов "Лаборатория Форт Крым"

 

Reply via email to