forked from opensciencegrid/security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
41 lines (38 loc) · 1.91 KB
/
mkdocs.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
site_name: OSG Security
site_url: https://opensciencegrid.org/security/
repo_url: https://github.com/opensciencegrid/security/
theme:
name: material
custom_dir: osgthedocs
pages:
- Home: 'index.md'
- Security Team: 'SecurityTeamMembers.md'
- Security Announcements:
- Overview: 'OSGSecurityAnnouncements.md'
- Announcement Details:
- OSG-SEC-2018-08-17 Foreshadow: 'vulns/OSG-SEC-2018-08-17-Foreshadow.md'
- OSG-SEC-2018-05-08 Meltdown-Spectre Update: 'vulns/OSG-SEC-2018-05-08-Meltdown-Spectre-Update.md'
- OSG-SEC-2018-01-22 Meltdown-Spectre Update: 'vulns/OSG-SEC-2018-01-22-Meltdown-Spectre-Update.md'
- OSG-SEC-2018-01-10 Meltdown-Spectre Update: 'vulns/OSG-SEC-2018-01-10-Meltdown-Spectre-Update.md'
- OSG-SEC-2018-01-04 Meltdown-Spectre Update: 'vulns/OSG-SEC-2018-01-04-Meltdown-Spectre.md'
- CILogon OSG CA:
- CILogon OSG CA: 'OSGCertificateService.md'
- Frequently Asked Questions (FAQ): 'CILogonOSGFAQ.md'
- Certificate Authorities (CA) Distribution: 'CaDistribution.md'
- OSG Security Policies & Procedures:
- Including Let’s Encrypt signing certificate in OSG CA bundle: 'LetsEncryptOSGCAbundle.md'
- Approved OSG Security Policies: 'OSGSecurityPolicies.md'
- Site/VO Removal Policy: 'SiteVORemovalPolicy.md'
- OSG Security Procedures: 'OSGSecurityProcedures.md'
- Site/VO Removal Procedure: 'SiteVORemovalProcedure.md'
- Secure Communications in OSG: 'SecureCommunicationsOSG.md'
- Software Vulnerability Handling: 'SoftwareVulnerabilityHandling.md'
- Joining/Leaving Security Team: 'JoiningLeavingSecurityTeam.md'
- Incident Discovery Reporting: 'IncidentDiscoveryReporting.md'
- Integrated Security for the OSG:
- Security Awareness for the OSG: 'SecurityAwarenessForTheOSG.md'
- Security User Responsibilities: 'SecurityUserResponsibilities.md'
- Security Site Responsibilities: 'SecuritySiteResponsibilities.md'
markdown_extensions:
- admonition
- osg_markdown.colors