Skip to content

Commit 319f1d0

Browse files
authored
chore(example): use https for url (#417)
Stops these annoying bounty bots popping up Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent e4f9a03 commit 319f1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/UsingCertificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## RSA Signatures - Certificates (without passphrase)
44

5-
Certificates `private.key` and `public.key` are generated with http://travistidwell.com/jsencrypt/demo/ or with the following command
5+
Certificates `private.key` and `public.key` are generated with https://travistidwell.com/jsencrypt/demo/ or with the following command
66

77
```sh
88
openssl genrsa -out private.key 2048

0 commit comments

Comments
 (0)