This file contains hidden or 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 | |
# | |
# /usr/local/scripts/zimbra_lets_encrypt_deploy.bash | |
# This installs new certificates for zimbra. | |
# Let's encrypt / ACME stuff works great for renewing certificates, just not for installing them in Zimbra. | |
# This script does the latter, not the former. | |
# | |
# Steve Simpson | |
# 8/1/2021 |
This file contains hidden or 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
<?php | |
$numberOfDays = 7; // 90 in production, 7 days should be good for testing | |
/* | |
1. Using the Red Hat Security API at https://access.redhat.com/labs/securitydataapi/ , write code that creates a report containing all Red Hat security advisories for the past 90 days. This report should include: | |
- the RHSA identifier (e.g. RHSA-2018:1944) | |
- the advisory release date |