Moret84 / macem

cli tool to export identity elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac OS certificate manager

mac OS certificate manager (macem) is a tool to help sharing certificates and private keys accross installs. It replaces the security export command previously used to export identities (certificates and associated private keys).

Dependencies

  • swiftc
  • make

Install

$ make && sudo make install

Usage

    macem -P <exportPassword> -o <targetPath>
        with: 
            exportPassword: the password that protect the resulting .p12
            targetPath: the target file name

Informations

To use unattended (typically through ssh), you must have exported graphically the key once.
You also have to add macem to the list of allowed applications for a given key.

About

cli tool to export identity elements

License:MIT License


Languages

Language:Swift 92.0%Language:Makefile 8.0%