-- Sunucu

Nginx SSL Kurulumu

Nginx üzerinde ssl kurumu şöyle yapılır;

openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr

komutunu verdikten sonra şöyle bir ekran gelecek;

Generating a 2048 bit RSA private key
................................................................................................................................................................+++
....................................+++
writing new private key to 'server.key'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [XX]:TR
Country Name (2 letter code) [XX]:IS      
State or Province Name (full name) []: SISLI
Locality Name (eg, city) [Default City]:ISTANBUL
Organization Name (eg, company) [Default Company Ltd]: SIRKET ADI
Organizational Unit Name (eg, section) []:REKLAM
Common Name (eg, your name or your server's hostname) []:siteadi.com
Email Address []:email@email.net

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:

Yorumla

Yorum

Bu site, istenmeyenleri azaltmak için Akismet kullanıyor. Yorum verilerinizin nasıl işlendiği hakkında daha fazla bilgi edinin.