Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12420447
generate-ocsp-bundle.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
generate-ocsp-bundle.sh
View Options
#!/bin/sh
# -------------------------------------------------------------
# rOPS — generate OCSP bundle with CA certificates
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Let's encrypt
#
# Active certificates:
# - Let’s Encrypt R3 - signed by ISRG Root X1
# - Let’s Encrypt E1 - signed by ISRG Root X2
#
# Disaster recovery certificates:
# - Let’s Encrypt R4 - signed by ISRG Root X1
# - Let’s Encrypt E2 - signed by ISRG Root X2
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
curl -sS https://letsencrypt.org/certs/lets-encrypt-r3.pem
curl -sS https://letsencrypt.org/certs/lets-encrypt-e1.pem
curl -sS https://letsencrypt.org/certs/lets-encrypt-r4.pem
curl -sS https://letsencrypt.org/certs/lets-encrypt-e2.pem
curl -sS https://letsencrypt.org/certs/isrg-root-x1-cross-signed.pem
curl -sS https://letsencrypt.org/certs/isrg-root-x2-cross-signed.pem
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Nov 6, 11:12 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3112493
Default Alt Text
generate-ocsp-bundle.sh (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment