Skip to content

Commit 79cacf4

Browse files
committed
Added readme updates for curl apk
1 parent 8c187f5 commit 79cacf4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

certs/curl/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
x509: certificate signed by unknown authority.
55
```
66

7+
[Cacert](https://curl.haxx.se/ca/cacert.pem) from https://curl.haxx.se/docs/caextract.html
8+
79
[Curl PEM issue solution](https://github.com/hashicorp/terraform/issues/10779#issuecomment-304664405)
810
[Go x509 issue solution](https://stackoverflow.com/a/29295887/2990066)
911
[Go x509 envar setup](https://golang.org/src/crypto/x509/root_unix.go)

internal/generate/kubernetes/generate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
"gopkg.in/yaml.v2"
1919
)
2020

21+
// Secrets - AWS prompted credentials
2122
type Secrets struct {
2223
Aws struct {
2324
AwsAccessKeyID string

0 commit comments

Comments
 (0)