Skip to content

Commit 831193e

Browse files
author
Or Neeman
authored
Update public key publishing instructions to point to website repo. (#6265)
The website is being moved from the monorepo to its own repo, so these instructions needed to be updated to reflect that.
1 parent 6fbe80f commit 831193e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

developer_key_publishing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,19 @@ You should see `Good signature from ...` with your real name and email.
103103

104104
## Key Publishing
105105

106-
Keys are published to [celo.org](https://celo.org) using [OpenPGP WKD](https://gnupg.org/blog/20161027-hosting-a-web-key-directory.html), which is essentially just a hosted folder of public keys. Published keys are managed by submitting a pull request to the `master` branch of `celo-monorepo` on [GitHub](https://github.com/celo-org/celo-monorepo).
106+
Keys are published to [celo.org](https://celo.org) using [OpenPGP WKD](https://gnupg.org/blog/20161027-hosting-a-web-key-directory.html), which is essentially just a hosted folder of public keys. Published keys are managed by submitting a pull request to the [https://github.com/celo-org/website](https://github.com/celo-org/website) repo on Github.
107107

108108
#### Adding your key to the repository
109109

110-
Adding your key to the `@celo/web` package of `celo-monorepo` will allow them to be available on [celo.org](https://celo.org) with the next website deployment.
110+
Adding your key to [https://github.com/celo-org/website](https://github.com/celo-org/website) repo will allow it to be available on [celo.org](https://celo.org) with the next website deployment.
111111

112-
Running the following command from the root of `celo-monorepo` will add your key to the `packages/web/openpgpkey` directory:
112+
After cloning the repo, running the following command from the root of `website` will add your key to the `openpgpkey` directory:
113113

114114
```bash
115-
gpg --list-options show-only-fpr-mbox -k ${USER_NAME}@clabs.co | $(gpgconf --list-dirs libexecdir)/gpg-wks-client -v --install-key -C packages/web/openpgpkey
115+
gpg --list-options show-only-fpr-mbox -k ${USER_NAME}@clabs.co | $(gpgconf --list-dirs libexecdir)/gpg-wks-client -v --install-key -C openpgpkey
116116
```
117117

118-
You should confirm that new key files were added to the `packages/web/openpgpkey/` directory and open a pull request with the changes. You should see new files in the `packages/web/openpgpkey/clabs.co/hu` folder, if you followed the directions above.
118+
You should confirm that a new key file was added to the `openpgpkey/` directory and open a pull request with the change. You should see the new file in the `openpgpkey/clabs.co/hu` folder, if you followed the directions above.
119119

120120
#### Verifying the published key
121121

0 commit comments

Comments
 (0)