This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ openssl x509 -noout -modulus -in server.crt | openssl md5 | |
$ openssl rsa -noout -modulus -in server.key | openssl md5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Two files are neeed to generate and upload your certificate | |
# Development: | |
# - aps_development.cer | |
# - Certificados.p12 | |
# | |
# Production: | |
# - aps_production.cer | |
# - Certificados.p12 |