File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ This is an example recipe for getting started.
3939 Note its "Certificate identifier":
4040
4141 ```
42- $ authnstd --name ioc --cert-usage ioc
42+ $ authnstd -v - -name ioc --cert-usage ioc
4343 Keychain file created : /home/user/.config/pva/1.3/server.p12
4444 Certificate identifier : e53ed409:15273288300286014953
4545 ```
@@ -57,7 +57,7 @@ This is an example recipe for getting started.
57574 ) Request a client certificate, note its identifier:
5858
5959 ```
60- $ authnstd
60+ $ authnstd -v
6161 Keychain file created : /home/user/.config/pva/1.3/client.p12
6262 Certificate identifier : e53ed409:11521018863975115478
6363 ```
@@ -139,7 +139,6 @@ $ export EPICS_PVA_TLS_KEYCHAIN=~/.config/pva/1.3/client.p12
139139$ phoebus.sh
140140```
141141
142-
143142For more, refer to the PVXS documentation.
144143
145144
You can’t perform that action at this time.
0 commit comments