Commit e62ded5
committed
(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:
..somevalue1 parent 15dca42 commit e62ded5
File tree
2 files changed
+21
-0
lines changed- lib/puppet/application
- spec/integration/application
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments