Skip to content

Commit 3ba99e5

Browse files
authored
Merge pull request #3651 from ControlSystemStudio/pva_pvxs_v
Update TLS example with verbose flag
2 parents 0cadf49 + d28dee9 commit 3ba99e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/pva/TLS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
5757
4) 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-
143142
For more, refer to the PVXS documentation.
144143

145144

0 commit comments

Comments
 (0)