forked from hellasgrid/hellasgrid-ca-cp-cps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HellasGrid-CA-CP-CPS.tex
65 lines (53 loc) · 1.68 KB
/
HellasGrid-CA-CP-CPS.tex
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
\documentclass[11pt,a4paper,titlepage,twoside]{book}
%%% Set border's layout
\usepackage[inner=2.8cm,vmargin=4cm,hcentering,
bindingoffset=5mm]{geometry}
%%% Set header and footer layout
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{\thechapter.\ #1}}{}}
\renewcommand{\sectionmark}[1]{\markright{\MakeUppercase{\thesection.\ #1}}}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhf{}
\fancyhead[LE,RO]{ \thepage}
\fancyhead[LO]{ \rightmark}
\fancyhead[RE]{ \leftmark}
%\fancyfoot[C]{ \thepage}
%%% Use hyper-references
\usepackage[pdftex]{color,graphicx}
\usepackage{hyperref}
\renewcommand{\maketitle}{
\begin{titlepage}%
\begin{flushright}
{\Large
HellasGrid\\
Certification Authority\\
}
\end{flushright}
\rule{\textwidth}{3pt}
\begin{flushright}
\textsf{\Huge Certificate Policy and\\
Certification Practices Statement\\}
\end{flushright}
\rule{\textwidth}{3pt}
\vspace{\fill}
\end{titlepage}
}% maketitle
\author{}
\title{HellasGrid Certification Authority\\ \vspace{0.5cm}
Certificate Policy and Certification Practices Statement}
% \date{7 Feb, 2012}
\begin{document}
\maketitle
\tableofcontents
\include{chapter1_introduction}
\include{chapter2_publication_repository_responsibilities}
\include{chapter3_identification_authentication}
\include{chapter4_certificate_lifecycle_operational_requirements}
\include{chapter5_facility_management_operational_controls}
\include{chapter6_technical_security_controls}
\include{chapter7_certificate_crl_ocsp_profiles}
\include{chapter8_compliance_audit_assessments}
\include{chapter9_other_business_legal_matters}
\end{document}