Do I need to keep server.key and server.csr for SSL in my rails app directoy? -


currently, in rails directoy (including github) have these files:

website_name.crt server.csr   server.key   server.pass.key 

do have keep these files here ssl work? or dangerous keep them there.

you should never ever expose server.key public. if have granted them key kingdom! , has key can decrypt ssl/tls connections , see what's what.

keep hidden, keep safe.


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -