astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit f480020b03062f80624ac3d7e0f9d34a3e697db1
parent 7466c013504a95140e6e6c5054b085ca16a064d1
Author: Rock Storm <rockstorm@gmx.com>
Date:   Mon, 31 Jul 2023 09:10:49 +0200

Fix typo on README

Diffstat:
MREADME.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.