Created
April 5, 2025 19:47
-
-
Save mbuotidem/3af1802c21b8c061dca260400b8ab749 to your computer and use it in GitHub Desktop.
Setup subdirectories and required files for ServerlessCA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p certs/dev/csrs && for f in revoked-root-ca revoked tls; do echo "[]" > certs/dev/$f.json; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment