Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mii-chan/iOSCersProfilesExpirationDates2Slack
- Owner: mii-chan
- License: mit
- Created: 2016-10-04T15:38:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T16:09:25.000Z (about 8 years ago)
- Last Synced: 2024-06-28T07:33:25.744Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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