Skip to content

Commit

Permalink
Adds reference how to create pass type ID certificate.
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-fox committed May 19, 2020
1 parent b2be632 commit 77cf751
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![PyPI version](https://img.shields.io/pypi/v/airpress.svg)](https://pypi.python.org/pypi/airpress)
[![PyPI version](https://img.shields.io/pypi/pyversions/airpress.svg)](https://pypi.python.org/pypi/airpress)
[![Build Status](https://travis-ci.org/captain-fox/airpress.svg?branch=master)](https://travis-ci.org/captain-fox/airpress)

Compression tool for PKPass archives.

Expand Down Expand Up @@ -35,6 +36,9 @@ wrong with pass package you're trying to sign and compress.

## Prepare Pass Type ID certificate

[If you don't have your pass type certificate, follow this guide to create one.](https://www.skycore.com/help/creating-pass-signing-certificate/)


Export your developer certificate as `.p12` file and convert it into a pair of cert and key `.pem` files:

`openssl pkcs12 -in "Certificates.p12" -clcerts -nokeys -out certificate.pem`
Expand Down

0 comments on commit 77cf751

Please sign in to comment.