gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.28k stars 670 forks source link

generate an SSL certificate for ip address hostnames needs graphical interface #1296

Closed maroodb closed 4 years ago

maroodb commented 6 years ago

Hello I want to generate ssl certificates on my linux server using the console mode without a graphical swing interface,

How to deal with that ?

flaix commented 4 years ago

That is possible with the openssl program. There are ample websites available describing how to proceed, when you google for "openssl create certificate".

Here are two examples: https://stackoverflow.com/questions/10175812/how-to-create-a-self-signed-certificate-with-openssl https://www.thenativeweb.io/blog/2017-12-29-11-51-the-openssl-beginners-guide-to-creating-ssl-certificates/