File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,9 @@ language: go
33
44matrix :
55 include :
6- - go : 1.8.x
7- - go : 1.9.x
86 - go : 1.10.x
97 - go : 1.11.x
108 - go : master
11- - go : 1.8.1
129 os : osx
1310 env : BUILD_TAGS=
1411 allow_failures :
Original file line number Diff line number Diff line change 88
99CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line
1010tool and an HTTP API server for signing, verifying, and bundling TLS
11- certificates. It requires Go 1.8 + to build.
11+ certificates. It requires Go 1.10 + to build.
1212
1313Note that certain linux distributions have certain algorithms removed
1414(RHEL-based distributions in particular), so the golang from the
@@ -30,7 +30,7 @@ CFSSL consists of:
3030### Building
3131
3232Building cfssl requires a
33- [ working Go 1.8 + installation] ( http://golang.org/doc/install ) and a
33+ [ working Go 1.10 + installation] ( http://golang.org/doc/install ) and a
3434properly set ` GOPATH ` .
3535
3636```
@@ -62,7 +62,7 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi
6262### Installation
6363
6464Installation requires a
65- [ working Go 1.8 + installation] ( http://golang.org/doc/install ) and a
65+ [ working Go 1.10 + installation] ( http://golang.org/doc/install ) and a
6666properly set ` GOPATH ` .
6767
6868```
@@ -238,7 +238,10 @@ the key request as a JSON file. This file should follow the form:
238238{
239239 "hosts" : [
240240 " example.com" ,
241- " www.example.com"
241+ " www.example.com" ,
242+ " https://www.example.com" ,
243+ " jdoe@example.com" ,
244+ " 127.0.0.1"
242245 ],
243246 "key" : {
244247 "algo" : " rsa" ,
You can’t perform that action at this time.
0 commit comments