You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkcert has as few configuration options as possible by design. I don't think we should add one for this. I understand it's not great to have a username in a team root, but in a sense it helps remember that you are trusting whoever generated it with full MitM capabilities (as they might have a copy of the private key).
Currently the following will use UserAndHostname for certificate subject and Issuer OrganizationalUnit:
mkcert/cert.go
Lines 34 to 39 in fcebdc9
It would be nice to be able to specify a different OrganizationalUnit, maybe with
-org-unit=
The text was updated successfully, but these errors were encountered: