Skip to content

Fix make generate and update Pages certificate documentation

Cameron McFarland requested to merge cmcfarland/pagesCertsUpdates into master

This MR makes two changes:

  1. The generate-reference-architecture-configs.sh script uses a pages array that is often empty. When referencing that empty array, it can cause an unbound variable error. This change will default to an empty string if there is no defined elements in the array.
  2. Update the PRE/GSTG/GPRD Pages certificate information.

Merge request reports