Skip to content

Commit

Permalink
Merge pull request #573 from uspki/master
Browse files Browse the repository at this point in the history
Draft Version 0.4 publishing
  • Loading branch information
lachellel committed Feb 26, 2019
2 parents fdf08ac + 07d3f45 commit 41ed1c7
Show file tree
Hide file tree
Showing 16 changed files with 318 additions and 279 deletions.
20 changes: 11 additions & 9 deletions 02-policy-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,26 @@ layout: base
permalink: /certificatepolicy/

subnav:
- text: Revision History
href: "#revision-history"
- text: 1. Introduction
href: "#introduction"
href: "#1-introduction"
- text: 2. Publication and Repository Responsibilities
href: "#publication-and-repository-responsibilities"
href: "#2-publication-and-repository-responsibilities"
- text: 3. Identification and Authentication
href: "#identification-and-authentication"
href: "#3-identification-and-authentication"
- text: 4. Certificate Life-Cycle Operational Requirements
href: "#certificate-life-cycle-operational-requirements"
href: "#4-certificate-life-cycle-operational-requirements"
- text: 5. Management, Operational, and Physical Controls
href: "#management-operational-and-physical-controls"
href: "#5-management-operational-and-physical-controls"
- text: 6. Technical Security Controls
href: "#technical-security-controls"
href: "#6-technical-security-controls"
- text: 7. Certificate, CRL, and OCSP Profiles
href: "#certificate-crl-and-ocsp-profiles"
href: "#7-certificate-crl-and-ocsp-profiles"
- text: 8. Compliance Audit and Other Assessments
href: "#compliance-audit-and-other-assessments"
href: "#8-compliance-audit-and-other-assessments"
- text: 9. Other Business and Legal Matters
href: "#other-business-and-legal-matters"
href: "#9-other-business-and-legal-matters"
- text: Appendix A Definitions
href: "#appendix-a-definitions"
- text: Appendix B Acronyms
Expand Down
5 changes: 2 additions & 3 deletions 03-profile-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ subnav:

This section specifies the X.509 version 3 certificate profiles, version 2 Certificate Revocation List (CRL) profile, and Online Certificate Status Protocol (OCSP) Response profile for the U.S. Federal Public Trust TLS PKI Certificate Policy. In cases where the profiles and Section 7 of this CP are in conflict, Section 7 takes precedence and is authoritative.

Certificates issued under this policy are categorized as CA Certificates or Subscriber Certificates. This Certificate Policy defines five (5) different types of certificates (See Section 1.1.3) and four associated certificate profiles.
Certificates issued under this policy are categorized as CA Certificates, Subscriber Certificates or Infrastructure Certificates. This Certificate Policy defines five (5) different types of certificates (See Section 1.1.3) and four associated certificate profiles.

| **Category** | **Certificate Type** | **Profile** |
| :-------- | :----------------------- | :----------------------- |
| CA Certificate | Root CA Certificate | Self-Signed Root CA Certificate Profile |
| CA Certificate | Subordinate CA Certificate | Subordinate CA Certificate Profile |
| Subscriber Certificate | Domain Validation TLS Server Authentication Certificates | Server Authentication Certificate Profile |
| Subscriber Certificate | Organization Validation TLS Server Authentication Certificates | Server Authentication Certificate Profile |
| Subscriber Certificate | Delegated OCSP Responder Certificates | Delegated OCSP Responder Certificate Profile |
| Infrastructure Certificate | Delegated OCSP Responder Certificates | Delegated OCSP Responder Certificate Profile |

There are two profiles covering the Certificate Revocation Lists and OCSP Responses.

Expand All @@ -46,4 +46,3 @@ There are two profiles covering the Certificate Revocation Lists and OCSP Respon
{% include_relative certificate-profile-OCSP-responder.md %}
{% include_relative crl-profile.md %}
{% include_relative ocsp-response-profile.md %}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Direct changes and line edits to the content may be submitted through a pull req

This repository is for open and transparent public reviews and contributions. The General Services Administration is supporting this effort and maintains the repository for the US Federal Government.

Please contact eric.mill at gsa dot gov or lachelle.levan at gsa dot gov with questions.
Please contact lachelle.levan at gsa dot gov with questions.

### Public domain

Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: U.S. Federal Public Trust TLS Certificate Policy (Version 2 Draft)
title: U.S. Federal Public Trust TLS Certificate Policy (Version 0.4 Draft)
small_title: U.S. Federal Public Trust TLS PKI
smallest_title: U.S. Federal Public Trust TLS PKI
description: Certificate Policy for a new public key infrastructure for TLS certificates for public .gov and .mil websites.
Expand All @@ -10,10 +10,10 @@ baseurl: ''
branch: policy-pages
# Federalist overwrites the site.branch value when deploying
# the site.branch was used in dynamic link generation for objects including Edit Page
# we want the dynamic links to send users to the staging branch. New site variable to ensure Edit Page sends users to the correct branch for pull requests.
# we want the dynamic links to send users to the the primary editing branch. editbranch is the new site variable to ensure Edit Page sends users to the correct branch for pull requests.
editbranch: master

report_url: "https://devicepki.idmanagement.gov/assets/docs/US_Federal_Public_Trust_TLS_Certificate_Policy_v0_2.pdf"
report_url: "assets/docs/US_Federal_Public_Trust_TLS_Certificate_Policy_v0_4.pdf"

google_analytics_ua:
repo: https://github.com/uspki/policies
Expand Down
6 changes: 3 additions & 3 deletions _includes/fpki-document-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

## Certificate Policy

**DRAFT FOR FINAL REVIEW**
**DRAFT FOR REVIEW**

**Version 0.2**
**Version 0.4**

**February 1, 2018**
**February 25, 2019**
</div>
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ul class="usa-button-list usa-unstyled-list">
<li>
<a class="usa-button" target="_blank" href="{{ site.report_url }}">
<a class="usa-button" target="_blank" href="{{ site.baseurl}}/{{site.report_url }}">
Download as a PDF
</a>
</li>
Expand Down Expand Up @@ -62,7 +62,7 @@

<ul class="usa-button-list usa-unstyled-list">
<li>
<a class="usa-button" target="_blank" href="{{ site.report_url }}">
<a class="usa-button" target="_blank" href="{{ site.baseurl}}/{{site.report_url }}">
Download as a PDF
</a>
</li>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 41ed1c7

Please sign in to comment.