I've found this topic regarding automation of http certificate creation: generate http certificate non interactive, as I was wondering the same thing: why can't I use the same advanced feature of using a yaml
file containing all my relevant information in order to generate my certificates for HTTP.
I know the difference of transport
and http
layer. but I'm wondering:
- do they need to be different? (all the
docker-compose
examples are using the same forhttp
andtransport
) if yes, why ? - is there a difference when calling the
certutil
tool withhttp
option andcert
option? or can I just re-use thecert
option for my http certificates ?
thank you in advance for your explanations and/or best practices.
EDIT: the docker
tag was added automatically, but I'm not asking about docker deployment specifically!