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
Post a Comment