commit 63a4e15dd6d39dece98e00b04719c701907d56e1 parent 7466c013504a95140e6e6c5054b085ca16a064d1 Author: Brian Mayer <bleemayer@gmail.com> Date: Mon, 31 Jul 2023 12:45:17 -0300 Merge pull request #34 from rockstorm101/fix-typo Fix typo on README Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -38,7 +38,7 @@ astro can work with client certificates if capsules requires them for authentica astro allows a single client certificate per (sub)domain identified by it's name. If a client cert for a specific domain is available astro will send it to the server with every request. -When a resource requires a client cert and astro can't find one it will show you a command to create a client cert for the capsule. The certicates are stored in `~/.config/astro/certs/`. +When a resource requires a client cert and astro can't find one it will show you a command to create a client cert for the capsule. The certificates are stored in `~/.config/astro/certs/`. To remove a certificate simply delete the `<domain>.crt` and `<domain>.key` files in the directory mentioned above.