gortok / hwts

Hollow Wall Technology Services Website
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Try mkcert #1

Open AnthonyMastrean opened 5 years ago

AnthonyMastrean commented 5 years ago

You seem to have figured out trusted certs for localhost using openssl, but mkcert is supposed to be easier ❤️

https://blog.filippo.io/mkcert-valid-https-certificates-for-localhost/

gortok commented 5 years ago

@vcsjones had the same thought on twitter. I feel like everyone knew about this most awesome thing but me. 😂

On a more serious note; I am (perhaps quixotically) attempting to make all development happen in Docker containers; that is: I should not need anything installed locally to run or develop (This is a stated goal). A future improvement I can see is using Docker to produce the certs and then 'auto' installing them locally if needs be. So I definitely need a "stock" localhost cert that doesn't change with each docker build, coupled with not having to do things locally.