Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions core/pva/TLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This is an example recipe for getting started.
Note its "Certificate identifier":

```
$ authnstd --name ioc --cert-usage ioc
$ authnstd -v --name ioc --cert-usage ioc
Keychain file created : /home/user/.config/pva/1.3/server.p12
Certificate identifier : e53ed409:15273288300286014953
```
Expand All @@ -57,7 +57,7 @@ This is an example recipe for getting started.
4) Request a client certificate, note its identifier:

```
$ authnstd
$ authnstd -v
Keychain file created : /home/user/.config/pva/1.3/client.p12
Certificate identifier : e53ed409:11521018863975115478
```
Expand Down Expand Up @@ -139,7 +139,6 @@ $ export EPICS_PVA_TLS_KEYCHAIN=~/.config/pva/1.3/client.p12
$ phoebus.sh
```


For more, refer to the PVXS documentation.


Expand Down