12factor - Where to store SSL certificates for a 12-factor app -


a twelve factor app expected store configuration in environment.

is intended include ssl certificate , key files, can "large" (multiples of kb @ least), , (depending on format), contain non-printable characters (newlines @ minimum).

or environment expected point cert/key file names? (this seems perhaps non-ideal when trying deploy via docker, instance--we don't want store private keys in docker image, we? maybe that's separate question.)

there different kinds of configuration elements. motivation 12 factor apps store configuration in environment specific goal: make easy redeployed elsewhere in new environment. thus, configuration elements qualify go environment contribute towards goal. other domain or application specific configuration elements can remain bundled application's local or technology specific configuration method of choice.

for ssl certificates, appears these not change environment environment, not bound keep them in environment variables, imo.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -