Skip to content

Commit

Permalink
SQC-352 SQC-353 Create cert upload command for client side mtls certi…
Browse files Browse the repository at this point in the history
…ficates and ca chain certificates
  • Loading branch information
Adrian Gracia committed Dec 28, 2024
1 parent 9989022 commit e3d8b3d
Show file tree
Hide file tree
Showing 7 changed files with 959 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .changeset/hip-cameras-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"wrangler": minor
---

feat: implement the `wrangler certs upload` command

This command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.

For uploading mTLS certificate, run:

- `wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERT`

For uploading CA certificate chain, run:
- `wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CA`
Loading

0 comments on commit e3d8b3d

Please sign in to comment.