mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 17:15:49 +03:00
[GH-ISSUE #876] Support exporting the Proxyman CA Certificate in binary (DER) format #870
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#870
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jasonhowk on GitHub (May 3, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/876
Originally assigned to: @NghiaTranUIT on GitHub.
The ability to export the CA cert directly into a binary format would be a great benefit to devs that are proxying AppleTV hardware.
Being able to simplify the configuration (even by 1 step) would be beneficial as the Apple Configurator does not accept PEM-based certs and making it appear that Proxyman doesn't work with AppleTV hardware. Exporting directly into a binary format would make the process for proxying AppleTV hardware identical to that of Charles Proxy and allow developers who are migrating from Charles to Proxyman to make the move as seamless as possible.
Proxyman version? (Ex. Proxyman 1.4.3)
2.24.0
macOS Version? (Ex. mac 10.14)
11.3
Steps to reproduce
Save Asfield is prepopulated asproxyman-ca.pemwith no additional options available.Expected behavior
Have the ability to export in a binary format.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (May 4, 2021):
Thanks for the suggestion @jasonhowk 👍
I'm going to implement it and ship it in the next release 🌮
For a workaround solution, you can convert the
pemfile toderwith the following command:@jasonhowk commented on GitHub (May 4, 2021):
Great. Thanks for the quick response!
@NghiaTranUIT commented on GitHub (May 5, 2021):
@jasonhowk if you don't mind, please use this beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.24.0_Export_Certificate_PEM_DER.dmg
You can export a Root Certificate to PEM or DER format too 👍