forked from usnistgov/FIPS201
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
70 lines (59 loc) · 2.13 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
# Site settings
title: FIPS 201
description: FIPS 201
baseurl: "/FIPS201" # the subpath of your site, e.g. /blog
# Build settings
markdown: kramdown
exclude:
- ".ruby-version"
- ".jekyll-metadata"
- ".gitignore"
- Gemfile
- Gemfile.lock
- Makefile
- vendor
- README.md
- BUILD.md
- "*.yml"
- "*/images/*.pdf"
# GitHub information will uncomment ones names are finalized and NIST GitHub Pages resources have been allocated
#org_name: usnistgov
#repo_name: nistpages-shell
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: /
collection: false
- text: Frontmatter
url: /abstract/
collection: Frontmatter
anchor: abstract
- text: FIPS 201
url: /introduction/
collection: FIPS201
anchor: s-1
- text: Appendices
url: /accreditation/
collection: Appendix
anchor: s-a
collections:
Frontmatter:
output: true
FIPS201:
output: true
Appendix:
output: true
relative_links:
enabled: true
collections: true
#Uncomment when we go live
host: 0.0.0.0
include:
- _stylesheets
- _javascript
# Custom site configuration
lang: en
abstract:
subject: "This document establishes a standard for a Personal Identity Verification (PIV) system that meets the control and security objectives of Homeland Security Presidential Directive-12. It is based on secure and reliable forms of identity credentials issued by the Federal Government to its employees and contractors. These credentials are used by mechanisms that authenticate individuals who require access to federally controlled facilities, information systems, and applications. This Standard addresses requirements for initial identity proofing, infrastructure to support interoperability of identity credentials, and accreditation of organizations and processes issuing PIV credentials."
keywords: 'authentication, authenticator, biometrics, credential, cryptography, derived PIV credentials, digital identity, Federal Information Processing Standards (FIPS), HSPD-12, federation, identification, identity proofing, integrated circuit card, Personal Identity Verification, PIV, PIV account, public key infrastructure, verification'