Skip to content

Commit

Permalink
replaced lock emoji with "TLS"
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <[email protected]>
  • Loading branch information
Omer Preminger authored and JasonYangShadow committed Mar 8, 2024
1 parent 8567eeb commit 895e1e0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions keyserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ configured keyservers:
$ singularity keyserver list
SylabsCloud*^
#1 https://keys.sylabs.io πŸ”’
#1 https://keys.sylabs.io TLS
(* = system endpoint, ^ = default endpoint,
+ = user is logged in directly to this keyserver)
We can see in the output of the ``list`` subcommand that "SylabsCloud" is the
*default* remote endpoint (in other words, the endpoint that will be used by all
{SingularityCE} commands unless otherwise specified), and that it is a *global*
(in other words, system-level) endpoint. Furthermore, the lock icon next to
``https://keys.sylabs.io`` indicates that TLS will be used when communicating
with this keyserver.
(in other words, system-level) endpoint. As can be seen above, the output also
indicates that TLS will be used when communicating with the
``https://keys.sylabs.io`` keyserver.

We can add a key server to list of keyservers as follows:

Expand All @@ -50,8 +50,8 @@ We can add a key server to list of keyservers as follows:
$ singularity keyserver list
SylabsCloud*^
#1 https://keys.sylabs.io πŸ”’
#2 https://pgp.example.com πŸ”’
#1 https://keys.sylabs.io TLS
#2 https://pgp.example.com TLS
(* = system endpoint, ^ = default endpoint,
+ = user is logged in directly to this keyserver)
Expand All @@ -66,8 +66,8 @@ should be added, by using the ``--order`` flag:
$ singularity keyserver list
SylabsCloud*^
#1 https://pgp.example.com πŸ”’
#2 https://keys.sylabs.io πŸ”’
#1 https://pgp.example.com TLS
#2 https://keys.sylabs.io TLS
(* = system endpoint, ^ = default endpoint,
+ = user is logged in directly to this keyserver)
Expand Down Expand Up @@ -96,8 +96,8 @@ The output of `keyserver list` will now show that we are logged in to
$ singularity keyserver list
SylabsCloud *^
#1 https://pgp.example.com πŸ”’ +
#2 https://keys.sylabs.io πŸ”’
#1 https://pgp.example.com TLS +
#2 https://keys.sylabs.io TLS
(* = system endpoint, ^ = default endpoint,
+ = user is logged in directly to this keyserver)
Expand Down

0 comments on commit 895e1e0

Please sign in to comment.