Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Jun 15, 2015
1 parent f1e8861 commit 4cce828
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,18 @@ If you need the provisioning profile to be renewed regardless of its state use t

sigh --force

By default, ```sigh``` will include all certificates on development profiles, and first certificate on other types. If you need to specify which certificate to use you can either use the environment variable `SIGH_CERTIFICATE`, or pass the name or expiry date of the certificate as argument:
By default, `sigh` will include all certificates on development profiles, and first certificate on other types. If you need to specify which certificate to use you can either use the environment variable `SIGH_CERTIFICATE`, or pass the name or expiry date of the certificate as argument:

sigh -c "SunApps GmbH"

Or identify be expire date if you're using the same names for multiple certificates
# Repair

`sigh` can automatically repair all your existing provisioning profiles which are expired or just invalid.

All you have to do is

sigh repair

sigh -d "Nov 11, 2017"

# Resign

Expand Down

0 comments on commit 4cce828

Please sign in to comment.