Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mii-chan/iOSCersProfilesExpirationDates2Slack

post expiration dates of iOS certificates and provisioning profiles to Slack
https://github.com/mii-chan/iOSCersProfilesExpirationDates2Slack

Last synced: 3 months ago
JSON representation

post expiration dates of iOS certificates and provisioning profiles to Slack

Awesome Lists containing this project

README

        

# iOSCersProfilesExpirationDates2Slack

This is the script to post expiration dates of iOS certificates and provisioning profiles to Slack.

## Note
* This script works on Linux. If you would like to run it on your Mac, please ```$ brew install coreutils``` and change all the ```date``` commands to ```gdate``` before execution.

* Please be so careful where you store your .cer and .mobileprovision files. Make sure your files are stored and accessed in a secure way.

* If you do not store your .cer and .mobileprovision files in a git repository, please delete (or comment out) the following lines.
```
cd ${dir_path}
git pull
```

## How to use
### set up variables

```
dir_path=""

#Slack settings
webhookurl=""
channel=""
```

### execute
```
./post_ios_cers_and_profiles_expiration_dates_to_slack.sh
```

## License
* MIT License, see LICENSE.txt.

## References
* https://api.slack.com/incoming-webhooks