catbird icon indicating copy to clipboard operation
catbird copied to clipboard

Self-signed certificate for HTTPS Proxy

Open Alexander-Ignition opened this issue 3 years ago • 3 comments
trafficstars

  • [ ] How to create a self-signed certificate
  • [ ] How to install a self-signed certificate on mac OS
  • [ ] How to automate the creation and installation of a self-signed certificate

Alexander-Ignition avatar Nov 24 '21 08:11 Alexander-Ignition

https://docs.proxyman.io/advanced-features/custom-certificates

Alexander-Ignition avatar Nov 24 '21 08:11 Alexander-Ignition

https://github.com/apple/swift-nio-ssl

Alexander-Ignition avatar Nov 24 '21 12:11 Alexander-Ignition

xcrun simctl keychain --help

Manipulate a device's keychain
Usage: simctl keychain <device> <action> [arguments]

    add-root-cert [path]
        Add a certificate to the trusted root store.

    add-cert [path]
        Add a certificate to the keychain.

    reset
        Reset the keychain.

Alexander-Ignition avatar Nov 24 '21 14:11 Alexander-Ignition