From ebab965a68a9906403c8ed868c55d347acfb6cf1 Mon Sep 17 00:00:00 2001 From: Fazlul Shahriar Date: Sat, 20 Jan 2018 14:39:53 -0500 Subject: [PATCH] note ca cert requirement --- Plan9.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plan9.md b/Plan9.md index bff022ad..1886264a 100644 --- a/Plan9.md +++ b/Plan9.md @@ -43,6 +43,8 @@ You will need support for SHA-2 signatures in X.509 certificates, so you could d If you're running Plan 9 on Raspberry Pi, you'll require the latest [bcm](https://9p.io/magic/webls?dir=/sources/contrib/miller/9/bcm) kernel from Richard Miller. +CA certificates for `crypto/x509` package needs to be installed at `/sys/lib/tls/ca.pem`. You can download it from `https://curl.haxx.se/ca/cacert.pem` or copy from another system. + # Installation Since Go is written in Go, you may want to bootstrap Go with Go 1.4.3, which is the latest release of Go written in C.