
























You can configure SSL for SCM-Manager so that the communication of your repositories are encrypted.
Recommend doing the certificate things on a non-Server-OS PC
keytool -genkey -keyalg RSA -alias scm -keystore keystore.jksyes to confirm the creation. keytool -certreq -alias scm -keystore keystore.jks -file scm.csrscm.csr with Notepad and copy its the content scm.cerrootCA.cerkeytool -import -alias root -file rootCA.cer -keystore keystore.jkskeytool -import -alias scm -file scm.cer -keystore keystore.jksNow you can copy the keystore.jks file to the server under D:\scm-server\conf, and start configuring Jetty
server-config.xml file SSL-Connector section keystore.jks file, they can be in clear text, obfuscated, checksummed or encrypted scm-server service Configuring TortoiseHg
When saving the path, choose Verify with stored host fingerprint in the Security window, and click the Query button.
References:
https://support.quest.com/SolutionDetail.aspx?id=SOL86932
https://bitbucket.org/sdorra/scm-manager/wiki/scm-server-ssl
http://mercurial.selenic.com/wiki/CACertificates
https://bitbucket.org/tortoisehg/thg/issue/63/cannot-pull-push-to-https-server-with-self
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。