summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@autistici.org>2024-02-01 07:32:48 +0000
committersgk <sgk@riseup.net>2024-02-09 09:14:05 +0530
commitb2cd46a95a76a1b6c4c9f43f315d5259f2761d83 (patch)
tree1ae21b53c2d622818da968ab517137aaa81e1995
parent41b00df44443d26452b0225cde5e8998e91fe1de (diff)
Apply 2 suggestion(s) to 1 file(s)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93cb48b..6d51fc3 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ make sure the x509 v3 extensions exist: x509.ExtKeyUsageClientAuth x509.KeyUsage
# Fetch ca-certificate
$ curl -vsL -o ca.crt https://api.float.example.com/ca.crt
# Fetch openvpn.pem
-$ curl -vskL -o openvpn.pem https://api.float.example.com/3/cert
+$ curl -vL --cacert ca.crt -o openvpn.pem https://api.float.example.com:4430/3/cert
```
```shell