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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -