mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
New certs.
This commit is contained in:
parent
49d3ff2603
commit
872c61cc37
1 changed files with 1 additions and 0 deletions
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue