Reputation: 1
Do I really have to re-define the whole section if I want a filed to be overwritten?
I am about to prepare some templates for a private ca stack; root - inter - leaf. However, they share some common settings. Further I would like to "branch" some of the configs for certain use cases.
Therefore my config stack shall look like:
When I run the openssl req -config root.conf ...
command the (1st@req.conf
+ 2nd(partially)@root.conf
) ${req::distinguished_name}
falls back to the /etc/ssl/openssl.cnf
${req::distinguished_name}
settings.
Is there any way to partially overwrite settings, so I can keep my defaults in one place and the "inheritance" in another file?
Upvotes: 0
Views: 34