Skip to content

Commit

Permalink
Added readme updates for curl apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Shah Newaz Khan committed Nov 10, 2019
1 parent 8c187f5 commit 79cacf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certs/curl/README.md
Expand Up @@ -4,6 +4,8 @@
x509: certificate signed by unknown authority.
```

[Cacert](https://curl.haxx.se/ca/cacert.pem) from https://curl.haxx.se/docs/caextract.html

[Curl PEM issue solution](https://github.com/hashicorp/terraform/issues/10779#issuecomment-304664405)
[Go x509 issue solution](https://stackoverflow.com/a/29295887/2990066)
[Go x509 envar setup](https://golang.org/src/crypto/x509/root_unix.go)
1 change: 1 addition & 0 deletions internal/generate/kubernetes/generate.go
Expand Up @@ -18,6 +18,7 @@ import (
"gopkg.in/yaml.v2"
)

// Secrets - AWS prompted credentials
type Secrets struct {
Aws struct {
AwsAccessKeyID string
Expand Down

0 comments on commit 79cacf4

Please sign in to comment.