Fix GH pipeline

This commit is contained in:
Seamus Johnston 2023-04-21 11:01:13 -05:00
parent ce7cfc1a53
commit 78aae0b7b5
No known key found for this signature in database
GPG key ID: 2F21225985069105
3 changed files with 21 additions and 10 deletions

View file

@ -88,6 +88,9 @@ openssl req -new -x509 -days 365 \
```
(Hint:
`docker run --platform=linux/amd64 -it --rm -v $(pwd):/apps -w /apps alpine/openssl`.)
Encode them using:
```bash