Skip to content

Commit 1f19330

Browse files
committed
generate in the browser
1 parent fb3a9a6 commit 1f19330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-cargo-asymmetric-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ There are credential processes for using key pairs stored on hardware tokens. Ch
5959
4. Log into the registries website
6060
5. Go to the "register a key pair" page, upload your public key.
6161

62-
Some registries prioritize user experience over strictest security. They can simplify the process by providing key generation on the server. If your registry works this way the workflow will be:
62+
Some registries prioritize user experience over strictest security. They can simplify the process by providing key generation in the browser. If your registry works this way the workflow will be:
6363
1. Log into the registries website
64-
2. Go to the "register generate a key pair" page, and copy the command it generated for you. It will disappear when you leave the page, the server will not keep a copy of the private key!
64+
2. Go to the "generate a key pair" page, and copy the command it generated for you. It will disappear when you leave the page, the server will not have a copy of the private key!
6565
3. Run it on the command line. It will look like `cargo login --registry=name --private-key="key"`
6666

6767
# Reference-level explanation

0 commit comments

Comments
 (0)