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
(PUP-11120) Load trusted_oid_mapping_file when showing a cert
Commit 68a10c6 allowed `puppet cert print` to translate custom oids into their
respective long name. This functionality was lost during the move to `puppet ssl
show` and this commit readds it.
Prior to this commit, we would see:
$ puppet ssl show | grep -A2 X509v3
X509v3 extensions:
1.3.6.1.4.1.34380.1.2.1.1:
..somevalue
With this commit, the custom oid is translated to its long name:
X509v3 extensions:
Long name:
..somevalue
0 commit comments