New certs.

This commit is contained in:
Samuel Clay 2018-10-01 08:46:39 -04:00
parent 49d3ff2603
commit 872c61cc37

1
fabfile.py vendored
View file

@ -820,6 +820,7 @@ def copy_certificates():
put(os.path.join(env.SECRETS_PATH, 'certificates/ios/aps_development.pem'), cert_path)
put(os.path.join(env.SECRETS_PATH, 'certificates/ios/aps.pem'), cert_path)
run('cat %s/newsblur.com.pem > %s/newsblur.pem' % (cert_path, cert_path))
run('echo "\n" >> %s/newsblur.pem' % (cert_path))
run('cat %s/newsblur.com.key >> %s/newsblur.pem' % (cert_path, cert_path))
@parallel