Skip to content

Instantly share code, notes, and snippets.

@mbuotidem
Created April 5, 2025 19:47
Show Gist options
  • Select an option

  • Save mbuotidem/3af1802c21b8c061dca260400b8ab749 to your computer and use it in GitHub Desktop.

Select an option

Save mbuotidem/3af1802c21b8c061dca260400b8ab749 to your computer and use it in GitHub Desktop.
Setup subdirectories and required files for ServerlessCA
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