This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path_config.yml
171 lines (158 loc) · 5.07 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# Site settings
title: Federal Public Key Infrastructure Guides
name: Federal Public Key Infrastructure Guides
email: [email protected]
author:
name: FICAM
description: Information on the US Federal Public Key Infrastructure (FPKI)
highlighter: rouge
repo_url: https://github.com/GSA/fpki-guides
baseurl: '/fpki-guides'
branch: federalist-pages
# Federalist overwrites the site.branch value when deploying
# the site.branch was used in dynamic link generation for objects like Edit Page
# we want the dynamic links to send users to the staging branch. Adding new site variable to ensure federalist doesn't overwrite.
editbranch: staging
# theme: uswds-jekyll
search_site_handle: idmprod
system_notification_url: http%3A%2F%2Fgithub.com%2FGSA%2Ffpki-guides%2Fissues%2Fnew%3Ftitle%3DSystem%20Notification%20for%3A%20%3CYour%20Organization%3E%26amp%3Bbody%3D%23%23%23%23%20notice_date%3A%20%0A%0A%3Cie%2C%2007%2F21%2F2017%2015%3A34%20EST%20%3E%0A%0A%23%23%23%23%20change_type%3A%0A%0A%20%3Cie%2C%20CA%20Certificate%20Issuance%20%3E%0A%0A%23%23%23%23%20start_datetime%3A%20%0A%0A%3Cie%2C%20%2007%2F21%2F2017%2015%3A34%20EST%20%3E%0A%0A%23%23%23%23%20end_datetime%3A%0A%0A%20%20%3Cie%2C%2007%2F21%2F2017%2015%3A34%20EST%20%3E%0A%0A%23%23%23%23%20system%3A%0A%0A%20%3Cie%2C%20Federal%20Bridge%20CA%202016%20%3E%0A%0A%23%23%23%23%20change_description%3A%20%0A%0A%3Cie%2C%20sample%20change_description%20%20%3E%0A%0A%23%23%23%23%20impact%3A%0A%0A%20%3Cie%2C%20sample%20non%20impact%20%3E%0A%0A%23%23%23%23%20contact%3A%0A%0A%20%3Cie%2C%20sampleuser%40sampleagency.gov%20%3E%0A%0A%23%23%23%23%20ca_certificate_hash%3A%0A%0A%20%3Cie%2C%20SHA256%3E%0A%0A%23%23%23%23%20ca_certificate_issuer%3A%0A%20%0A%3Cie%2C%20Federal%20Bridge%20CA%202016%20%3E%0A%0A%23%23%23%23%20ca_certificate_subject%3A%0A%20%0A%3Cie%2C%20john%20Dou%3E%0A%0A%23%23%23%23%20cdp_uri%3A%0A%20%0A%3Cie%2C%20http%3A%2F%2Fpki.treas.gov%2Fdhsca4.crl%3E%0A%0A%23%23%23%23%20aia_uri%3A%0A%20%0A%3Cie%2C%20http%3A%2F%2Fpki.treas.gov%2Fsample.p7b%3E%0A%0A%23%23%23%23%20sia_uri%3A%0A%20%0A%3Cie%2C%20http%3A%2F%2Fpki.treas.gov%2Fsample.p7b%3E%0A%0A%23%23%23%23%20ocsp_uri%3A%0A%20%0A%3Cie%2C%20http%3A%2F%2Fpki.treas.gov%2Fdhsca4.crl%3E%20
# Links
# List links that you would like to appear on the top navigation bar here
navbar:
- title: IDmanagement.gov
description: Idmanagement.gov
url: https://www.idmanagement.gov
- title: Federal ICAM Architecture
description: Federal ICAM Architecture
url: https://arch.idmanagement.gov
- title: PIV Guides
description: PIV Guides
url: https://piv.idmanagement.gov
#- title: Federal PKI Guides
# description: Federal PKI Guides
# url: https://github.com/gsa/fpki-guides
- title: Physical Access Control Guide
description: Physical Access Control Guides
url: https://pacs.idmanagement.gov
- title: Program Management Guide
description: Program Management Guide
url: https://pm.idmanagement.gov
# Build settings
markdown: kramdown
#kramdown:
# input: GFM
# syntax_highlighter: rouge
exclude:
- bin
- config.rb
- Gemfile
- Gemfile.lock
- gems
- Procfile
- Rakefile
- README.md
- script
- vendor
navigation:
- text: Introduction
url: ''
internal: true
coll: false
- text: Certification Authorities
url: ca
internal: true
coll: false
- text: Certificates and CRLs
url: crls/
internal: true
coll: true
collname: crls
- text: Trust Stores
url: truststores/
internal: true
coll: false
collname: truststores
- text: Federal Common Policy <br>CA Update (FY 21)
url: common/
internal: true
coll: true
collname: common
- text: Useful Tools
url: tools/
internal: true
coll: true
collname: tools
- text: Announcements
url: announcements/
internal: true
coll: true
collname: announcements
- text: System Notifications
url: notifications
internal: true
coll: false
#https://github.com/jekyll/jekyll/issues/2346
#- text: Engineer Guides
# url: engineer/
# internal: true
# coll: true
# collname: engineer
#- text: FAQ
# url: faq
# internal: true
# coll: true
# collname: faq
#- text: About PKI
# url: pki
# internal: true
# coll: false
# collname: pkifundamentals
#- text: Glossary
# url: glossary
# internal: true
# coll: false
- text: Contribute
url: contribute
internal: true
coll: false
#https://github.com/jekyll/jekyll/issues/2346
collections:
engineer:
label: "Engineer Guides"
permalink: /engineer/:path/
output: true
faq:
label: "FAQ"
permalink: /faq/:path/
output: true
crls:
label: "Certificates and CRLs"
permalink: /crls/:path/
output: true
truststores:
label: "Trust Stores"
permalink: /truststores/:path/
output: true
tools:
label: "Useful Tools"
permalink: /tools/:path/
output: true
common:
label: "Federal Common Policy CA Update"
permalink: /common/:path/
output: true
announcements:
label: "Announcements"
permalink: /announcements/:path/
output: true
announcements-archive:
label: "Archived Announcements"
permalink: /announcements/archive/:path/
output: true
include:
- _stylesheets
- _javascript
plugins:
- jekyll-redirect-from
# Custom site configuration
lang: en