Skip to content

Commit

Permalink
Merge pull request #473 from GSA/0816-notifications-update
Browse files Browse the repository at this point in the history
0816-notifications-update
  • Loading branch information
JBPayne007 authored Aug 21, 2023
2 parents 27bd8ba + f678fed commit cd0a0e5
Showing 1 changed file with 153 additions and 29 deletions.
182 changes: 153 additions & 29 deletions _implement/fpki_notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,34 +681,158 @@ Subject: FPKI System Notification - System Name


## Notifications

<!-- This block loops through the notifications yml file under the data directory. -->

<div class="usa-width-one-whole">

{% for notification in site.data.fpkinotifications %}
<ul class="usa-unstyled-list">
<!-- This block loops through the notifications .yml file under the _data directory. -->

<!-- start of notifications accordion -->
<div class="usa-accordion usa-accordion--bordered">
<!-- Start of current notifications -->
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="true"
aria-controls="n-a1">2023 (Current)</button>
</h4>
<div id="n-a1" class="usa-accordion__content usa-prose">
<div class="usa-width-one-whole">
{% for notification in site.data.fpkinotifications %}
{% assign nnd = notification.notice_date | split:" " %}
{% if nnd.last == '2023' %}
<ul class="usa-unstyled-list">
<hr>
<li><strong>Notice Date: </strong>{{ notification.notice_date }} </li>
<li><strong>System:</strong> {{ notification.system }} </li>
<li><strong>Type:</strong> {{ notification.change_type }} </li>
<li><strong>Change Description:</strong> {{ notification.change_description }} </li>
<li><strong>Contact:</strong> {{ notification.contact }}</li>
<li><strong>Certificate Issuer:</strong> {{ notification.ca_certificate_issuer }}</li>
<li><strong>Certificate Subject:</strong> {{ notification.ca_certificate_subject }}</li>
<li><strong>Certificate SHA1 Hash:</strong> {{ notification.ca_certificate_hash }}</li>
<li><strong>Certificate Revocation List:</strong> {{ notification.cdp_uri }}</li>
<li><strong>Certificate Bundle (AIA):</strong> {{ notification.aia_uri }}</li>
<li><strong>Certificate Bundle (SIA):</strong> {{ notification.sia_uri }}</li>
<li><strong>OCSP:</strong> {{ notification.ocsp_uri }}</li>
<li><strong>EE CRL DP:</strong> {{ notification.ee_cdp_uri }}</li>
<li><strong>EE OCSP:</strong> {{ notification.ee_ocsp_uri }}</li>
</ul>
{% else %}
{% continue %}
{% endif %}
{% endfor %}
</div>
</div>
<!-- end of current notifications -->
<hr>
<li><strong>Notice Date: </strong> {{ notification.notice_date }} </li>
<li><strong>System:</strong> {{ notification.system }} </li>
<li><strong>Type:</strong> {{ notification.change_type }} </li>
<li><strong>Change Description:</strong> {{ notification.change_description }} </li>
<li><strong>Contact:</strong> {{ notification.contact }}</li>
<li><strong>Certificate Issuer:</strong> {{ notification.ca_certificate_issuer }}</li>
<li><strong>Certificate Subject:</strong> {{ notification.ca_certificate_subject }}</li>
<li><strong>Certificate SHA1 Hash:</strong> {{ notification.ca_certificate_hash }}</li>
<li><strong>Certificate Revocation List:</strong> {{ notification.cdp_uri }}</li>
<li><strong>Certificate Bundle (AIA):</strong> {{ notification.aia_uri }}</li>
<li><strong>Certificate Bundle (SIA):</strong> {{ notification.sia_uri }}</li>
<li><strong>OCSP:</strong> {{ notification.ocsp_uri }}</li>
<li><strong>EE CRL DP:</strong> {{ notification.ee_cdp_uri }}</li>
<li><strong>EE OCSP:</strong> {{ notification.ee_ocsp_uri }}</li>
</ul>

{% endfor %}

<!-- Start of 2022 notifications -->
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="false"
aria-controls="n-a2">2022</button>
</h4>
<div id="n-a2" class="usa-accordion__content usa-prose">
<div class="usa-width-one-whole">
{% for notification in site.data.fpkinotifications %}
{% assign nnd = notification.notice_date | split:" " %}
{% if nnd.last == '2022' %}
<ul class="usa-unstyled-list">
<hr>
<li><strong>Notice Date: </strong>{{ notification.notice_date }} </li>
<li><strong>System:</strong> {{ notification.system }} </li>
<li><strong>Type:</strong> {{ notification.change_type }} </li>
<li><strong>Change Description:</strong> {{ notification.change_description }} </li>
<li><strong>Contact:</strong> {{ notification.contact }}</li>
<li><strong>Certificate Issuer:</strong> {{ notification.ca_certificate_issuer }}</li>
<li><strong>Certificate Subject:</strong> {{ notification.ca_certificate_subject }}</li>
<li><strong>Certificate SHA1 Hash:</strong> {{ notification.ca_certificate_hash }}</li>
<li><strong>Certificate Revocation List:</strong> {{ notification.cdp_uri }}</li>
<li><strong>Certificate Bundle (AIA):</strong> {{ notification.aia_uri }}</li>
<li><strong>Certificate Bundle (SIA):</strong> {{ notification.sia_uri }}</li>
<li><strong>OCSP:</strong> {{ notification.ocsp_uri }}</li>
<li><strong>EE CRL DP:</strong> {{ notification.ee_cdp_uri }}</li>
<li><strong>EE OCSP:</strong> {{ notification.ee_ocsp_uri }}</li>
</ul>
{% else %}
{% continue %}
{% endif %}
{% endfor %}
</div>
</div>
<!-- end of 2022 notifications -->
<!-- Start of 2021 notifications -->
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="false"
aria-controls="n-a4">2021</button>
</h4>
<div id="n-a4" class="usa-accordion__content usa-prose">
<div class="usa-width-one-whole">
{% for notification in site.data.fpkinotifications %}
{% assign nnd = notification.notice_date | split:" " %}
{% if nnd.last == '2021' %}
<ul class="usa-unstyled-list">
<hr>
<li><strong>Notice Date: </strong>{{ notification.notice_date }} </li>
<li><strong>System:</strong> {{ notification.system }} </li>
<li><strong>Type:</strong> {{ notification.change_type }} </li>
<li><strong>Change Description:</strong> {{ notification.change_description }} </li>
<li><strong>Contact:</strong> {{ notification.contact }}</li>
<li><strong>Certificate Issuer:</strong> {{ notification.ca_certificate_issuer }}</li>
<li><strong>Certificate Subject:</strong> {{ notification.ca_certificate_subject }}</li>
<li><strong>Certificate SHA1 Hash:</strong> {{ notification.ca_certificate_hash }}</li>
<li><strong>Certificate Revocation List:</strong> {{ notification.cdp_uri }}</li>
<li><strong>Certificate Bundle (AIA):</strong> {{ notification.aia_uri }}</li>
<li><strong>Certificate Bundle (SIA):</strong> {{ notification.sia_uri }}</li>
<li><strong>OCSP:</strong> {{ notification.ocsp_uri }}</li>
<li><strong>EE CRL DP:</strong> {{ notification.ee_cdp_uri }}</li>
<li><strong>EE OCSP:</strong> {{ notification.ee_ocsp_uri }}</li>
</ul>
{% else %}
{% continue %}
{% endif %}
{% endfor %}
</div>
</div>
<!-- end of 201 notifications -->
<!-- Start of older notifications -->
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="false"
aria-controls="n-a3">Older</button>
</h4>
<div id="n-a3" class="usa-accordion__content usa-prose">
<div class="usa-width-one-whole">
{% for notification in site.data.fpkinotifications %}
{% assign nnd = notification.notice_date | split:" " %}
{% if nnd.last < '2021' %}
<ul class="usa-unstyled-list">
<hr>
<li><strong>Notice Date: </strong>{{ notification.notice_date }} </li>
<li><strong>System:</strong> {{ notification.system }} </li>
<li><strong>Type:</strong> {{ notification.change_type }} </li>
<li><strong>Change Description:</strong> {{ notification.change_description }} </li>
<li><strong>Contact:</strong> {{ notification.contact }}</li>
<li><strong>Certificate Issuer:</strong> {{ notification.ca_certificate_issuer }}</li>
<li><strong>Certificate Subject:</strong> {{ notification.ca_certificate_subject }}</li>
<li><strong>Certificate SHA1 Hash:</strong> {{ notification.ca_certificate_hash }}</li>
<li><strong>Certificate Revocation List:</strong> {{ notification.cdp_uri }}</li>
<li><strong>Certificate Bundle (AIA):</strong> {{ notification.aia_uri }}</li>
<li><strong>Certificate Bundle (SIA):</strong> {{ notification.sia_uri }}</li>
<li><strong>OCSP:</strong> {{ notification.ocsp_uri }}</li>
<li><strong>EE CRL DP:</strong> {{ notification.ee_cdp_uri }}</li>
<li><strong>EE OCSP:</strong> {{ notification.ee_ocsp_uri }}</li>
</ul>
{% else %}
{% continue %}
{% endif %}
{% endfor %}
</div>
</div>
<!-- end of older notifications -->
<!-- end of notifications accordion -->
</div>




0 comments on commit cd0a0e5

Please sign in to comment.