Certs
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
- examples/development/README.md 0 → 100644
4 5 There is a wildcard certificate for *.bigbang.dev that was created via lets encrypt and encrypted with the following: 6 7 ```bash 8 gpg --import ../complete/bigbang-dev.asc 9 sops --encrypt \ 10 --pgp=41BFF8BAF2586039F6293D835A2E820C25FE527C \ 11 --encrypted-regex '^(data|stringData)$' \ 12 --in-place wildcard.yaml 13 ``` 14 15 This has been done previously and is not required as part of the walkthrough, but mentioned. 16 17 ## DNS Entries 18 19 The owner of bigbang.dev has set the virtual service dns records: changed this line in version 12 of the diff
added 4 commits
-
26b48b49...85cca523 - 2 commits from branch
master
- 69c5e119 - Merge branch 'certs' of...
- 2624f2ee - add dev secrets to 'complete' example
-
26b48b49...85cca523 - 2 commits from branch
added 2 commits
mentioned in commit 886978d9
Please register or sign in to reply