-
Notifications
You must be signed in to change notification settings - Fork 10
/
katello-ssl-tool.sgml
659 lines (610 loc) · 29.1 KB
/
katello-ssl-tool.sgml
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!ENTITY KATELLOSSLTOOL "Katello SSL Maintenance Tool" >
]>
<refentry>
<RefMeta>
<RefEntryTitle>katello-ssl-tool</RefEntryTitle><manvolnum>1</manvolnum>
<RefMiscInfo>Version 1.0.0</RefMiscInfo>
</RefMeta>
<RefNameDiv>
<RefName><command>katello-ssl-tool</command></RefName>
<RefPurpose>
Generate and maintain SSL keys, certificates and deployment RPMs.
</RefPurpose>
</RefNameDiv>
<RefSynopsisDiv>
<Synopsis>
<cmdsynopsis>
<command>katello-ssl-tool</command>
<arg>options <replaceable>...</replaceable></arg>
<command>--help</command>
</cmdsynopsis>
<cmdsynopsis>
<command>katello-ssl-tool --gen-ca -d<replaceable>BUILD_DIR</replaceable> -p<replaceable>CA_PASSWORD</replaceable></command>
<arg>options <replaceable>...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>katello-ssl-tool --gen-server -d<replaceable>BUILD_DIR</replaceable> -p<replaceable>CA_PASSWORD</replaceable></command>
<arg>options <replaceable>...</replaceable></arg>
</cmdsynopsis>
</Synopsis>
</RefSynopsisDiv>
<RefSect1><Title>Help</Title>
<simplelist>
<member><command>katello-ssl-tool --help</command></member>
<member><command>katello-ssl-tool --gen-ca --help</command></member>
<member><command>katello-ssl-tool --gen-server --help</command></member>
<member>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</member>
<member>(advanced) <command>katello-ssl-tool --gen-ca --key-only --help</command></member>
<member>(advanced) <command>katello-ssl-tool --gen-ca --cert-only --help</command></member>
<member>(advanced) <command>katello-ssl-tool --gen-ca --rpm-only --help</command></member>
<member>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</member>
<member>(advanced) <command>katello-ssl-tool --gen-server --key-only --help</command></member>
<member>(advanced) <command>katello-ssl-tool --gen-server --cert-req-only --help</command></member>
<member>(advanced) <command>katello-ssl-tool --gen-server --cert-only --help</command></member>
<member>(advanced) <command>katello-ssl-tool --gen-server --rpm-only --help</command></member>
</simplelist>
</RefSect1>
<RefSect1><Title>Description</Title>
<para>The &KATELLOSSLTOOL; (<command>katello-ssl-tool</command>) is used to
generate and maintain Katello SSL keys and certificates. It also will
generate RPMs for use in deploying these keys and certificates. The tool
is geared for use in an Katello context, but can be useful outside of
Katello.</para>
<para>Working with <command>openssl</command> directly can be tedious and
trying. This tool aims to make the process relatively simple. We limit
the scope of using <command>openssl</command> to how we use it in Katello
securing web applications.</para>
<para>Katello installer uses <emphasis>/root/ssl-build</emphasis> as the
default build directory. We highly recommend this directory is kept for
custom-generated certs as well.</para>
<para>This tool was originally written for the Spacewalk project
and the Katello installer only makes use of several options.</para>
<para>The basic process of SSL key/certificate/RPM generation using this
tool: (<emphasis>step 1</emphasis>) generate a CA SSL key pair(set) and
public RPM, (<emphasis>step 2</emphasis>) create web server SSL key
pair(set) and RPM (and tar archive).</para>
<para><emphasis>Build directory structure</emphasis>: <command>--dir
<replaceable>BUILD_DIR</replaceable></command> is used with nearly all
commandline options.
<emphasis><replaceable>BUILD_DIR</replaceable></emphasis> marks the top
of the build tree; all CA files and RPMs land there. Server SSL key
pairs(sets) are FQDN specific and so we build them in
<emphasis><replaceable>BUILD_DIR/MACHINE_NAME</replaceable></emphasis>.</para>
<para><simplelist>
<member><msgtext>
<variablelist><varlistentry>
<term>STEP 1: Generate a CA key pair(set) and public RPM:</term>
<listitem>
<para></para>
<para><command>katello-ssl-tool --gen-ca --dir
<replaceable>BUILD_DIR</replaceable> [ options
<replaceable>...</replaceable> ]</command></para>
<para>This step should ideally never need to be repeated unless the
CA password is lost or forgotten (DON'T DO THAT!). The default
validity window for the CA is from now until 2038. The CA public
certificate is what get's distributed to clients of the web-app
(Katello).</para>
<para>In the Katello context, the organization acts as
their own Certificate Authority, but these steps can be skipped if
intending to use of an outside authority (This is not officially
supported by Red Hat).</para>
<para>The CA private key remains private.</para>
<para>The CA certificate is used by client software (up2date for
example), and is generally deployed via an RPM or the raw
file.</para>
</listitem>
</varlistentry></variablelist>
</msgtext></member>
<member><msgtext>
<variablelist><varlistentry>
<term>STEP 2: Generate a web server SSL key pair(set), RPM and tar
archive: </term>
<listitem>
<para></para>
<para><command>katello-ssl-tool --gen-server --dir
<replaceable>BUILD_DIR</replaceable> [ options
<replaceable>...</replaceable> ]</command></para>
<para>This step is done more frequently (generally), especially if
more than one Katello server is being deployed (--set-hostname is
different for each server). The default validity window for the CA
is from now until 2038. All clients using the CA SSL public
certificate that signed the new web server SSL certificate will
work as expected with all web server key pairs(set)
generated.</para>
<para>The web server SSL key and certificate are used solely by the
web application server (apache on an Katello for example).</para>
</listitem>
</varlistentry></variablelist>
</msgtext></member>
<member><msgtext>
<variablelist><varlistentry>
<term>A note about generated RPMs:</term>
<listitem>
<para>The <command>--gen-ca</command> process generates an RPM
that contains the public CA certificate. It needs to be
deployed to any clients making SSL connections to an Katello server
(Katello). This is generally done by making the
RPM available in the <emphasis>/var/www/html/pub</emphasis>
directory. It is also a good idea to copy the CA certificate
itself in that directory: Katello-ORG-TRUSTED-CA-CERT.</para>
<para>The <command>--gen-server</command> process generates an
RPM that contains the <emphasis>server.key</emphasis> and
<emphasis>server.crt</emphasis> files needed to secure your Katello
server (Katello). It needs to be installed
on the appropriate server. That server then needs to have it's
<emphasis>httpd</emphasis> processes restarted
<command>/sbin/service httpd restart</command>.</para>
</listitem>
</varlistentry></variablelist>
<variablelist><varlistentry>
<term>IMPORTANT:</term>
<listitem>
<para>Time and date need to be correctly set on systems
establishing SSL connections. It is highly recommended that all
client and server systems have the <emphasis>chronyd</emphasis>
service installed, configured and running.</para>
</listitem>
</varlistentry></variablelist>
</msgtext></member>
<member><msgtext>
<variablelist><varlistentry>
<term>Advanced options (rarely used discete steps):</term>
<listitem>
<para></para>
<para>generate a CA SSL private key: <command>--gen-ca --key-only <replaceable>...</replaceable></command></para>
<para>generate a CA SSL public certificate: <command>--gen-ca --cert-only <replaceable>...</replaceable></command></para>
<para>generate a CA SSL public RPM: <command>--gen-ca --rpm-only <replaceable>...</replaceable></command></para>
<para>generate a web server's SSL private key: <command>--gen-server --key-only <replaceable>...</replaceable></command></para>
<para>generate a web server's SSL certificate request: <command>--gen-server --cert-req-only <replaceable>...</replaceable></command></para>
<para>generate/sign a web server's SSL certificate: <command>--gen-server --cert-only <replaceable>...</replaceable></command></para>
<para>generate a web server's private RPM (and tar archive used for Katello installations): <command>--gen-server --rpm-only <replaceable>...</replaceable></command></para>
</listitem>
</varlistentry></variablelist>
</msgtext></member>
<member><msgtext>
<variablelist><varlistentry>
<term>Using a 3rd party CA (rarely done in the Katello context):</term>
<listitem>
<para></para>
<para><emphasis>CA public certficate:</emphasis> In the "3rd party
CA" case, simply copy the certificate authorities public
certificate to the SSL build directory; renaming it to
<emphasis>KATELLO-TRUSTED-SSL-CERT</emphasis>; and then run
<command>--gen-ca --dir BUILD_DIR --rpm-only</command> to package
that certificate in an expected manner ready for client deployment.
NOTE: this has not been tested by Katello personnell. See further
instructions in <emphasis>step 2</emphasis>.</para>
<para><emphasis>Web server's SSL key pair(set):</emphasis> Usually,
one creates the web server's SSL private key, certificate-request
and certificate in one step. If using a 3rd party CA though, create
a web server's SSL private key and certificate-request via
<command>--gen-server --key-only --dir BUILD_DIR</command> and
<command>--gen-server --cert-req-only --dir BUILD_DIR</command>.
Have the 3rd party sign server.csr which will generate a server.crt
file. Copy that server.crt file into the
<emphasis>BUILD_DIR/MACHINE_NAME</emphasis> directory (where the
server.key file was generated). And then create your deployable RPM
with <command>--gen-server --rpm-only --dir BUILD_DIR</command>.
</para>
</listitem>
</varlistentry></variablelist>
</msgtext></member>
</simplelist></para>
<para>NOTE: each step (<command>--gen-*</command> or <command>--gen-*
--*-only</command>) has its own <command>--help</command>
information.</para>
</RefSect1>
<RefSect1><Title>All options</Title>
<variablelist>
<varlistentry>
<term>-h | --help</term>
<listitem>
<para>Display the help screen with a list of base options
(--gen-*).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--gen-ca</term>
<listitem>
<para>Generate a Certificate Authority (CA) key pair and public RPM:</para>
<variablelist>
<varlistentry>
<term>-f | --force</term>
<listitem>
<para>forcibly create a new CA private key and/or public
certificate.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-p<replaceable>PASSWORD</replaceable> |
--password=<replaceable>PASSWORD</replaceable></term>
<listitem>
<para>CA password. Will prompt if option is missing.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-d <replaceable>BUILD_DIR</replaceable> |
--dir=<replaceable>BUILD_DIR</replaceable></term>
<listitem>
<para>build directory (default: ./ssl-build).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--ca-key=<replaceable>FILENAME</replaceable></term>
<listitem>
<para>CA private key filename(default
is dynamically set).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--ca-cert=<replaceable>FILENAME</replaceable></term>
<listitem>
<para>CA public certificate filename (default
is dynamically set).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--cert-expiration=<replaceable>CA_CERT_EXP</replaceable></term>
<listitem>
<para>expiration of public CA certificate (default is #
days until 1 day prior to epoch rollover (or
01-19-2038)).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-country=<replaceable>COUNTRY_CODE</replaceable></term>
<listitem>
<para>two letter country code (default: US).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-state=<replaceable>STATE_OR_PROVINCE</replaceable></term>
<listitem>
<para>state or province, such as "North Carolina" (default: "")</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-city=<replaceable>CITY_OR_LOCALITY</replaceable></term>
<listitem>
<para>city or locality, such as "Raleigh" (default: "").</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-org=<replaceable>ORGANIZATION</replaceable></term>
<listitem>
<para>organization or company name (default: "Example Corp. Inc").</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-org-unit=<replaceable>ORGANIZATIONAL_UNIT</replaceable></term>
<listitem>
<para>organizational unit (default: unit).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-common-name=<replaceable>HOSTNAME</replaceable></term>
<listitem>
<para>not generally set for the CA certificate. The common
name.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-email=<replaceable>EMAIL</replaceable></term>
<listitem>
<para>email address. Not generally set for the CA
certificate.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-v | --verbose</term>
<listitem>
<para>be verbose (accumulative: -vvv means "be *really* verbose).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--key-only</term>
<listitem>
<para>(rarely used) only generate a CA private key. Try
<command>--gen-ca --key-only --help</command> for more
information.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--cert-only</term>
<listitem>
<para>(rarely used) only generate a CA public certificate.
Try <command>--gen-ca --cert-only --help</command> for more
information.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--ca-cert-rpm</term>
<listitem>
<para>(rarely changed) RPM name that houses the CA SSL
public certificate (the base filename, not
filename-version-release.noarch.rpm).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--rpm-packager</term>
<listitem>
<para>(rarely used) packager of the generated RPM, such as
"Katello Admin <rhn-admin@example.com>".</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--rpm-vendor</term>
<listitem>
<para>(rarely used) vendor of the generated RPM, such as
"IS/IT Example Corp.".</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--rpm-only</term>
<listitem>
<para>(rarely used) only generate a deployable RPM.
Try <command>--gen-ca --rpm-only --help</command> for more
information.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--no-rpm</term>
<listitem>
<para>(rarely used) do everything *except* generate an
RPM.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-h | --help</term>
<listitem>
<para>help message.</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<varlistentry>
<term>--gen-server</term>
<listitem>
<para>Generate a web server's SSL key pair(set), RPM and tar archive:</para>
<variablelist>
<varlistentry>
<term>-p<replaceable>PASSWORD</replaceable> |
--password=<replaceable>PASSWORD</replaceable></term>
<listitem>
<para>CA password. Will prompt if option is missing. MUST
MATCH PASSWORD OF CA!!!</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-d <replaceable>BUILD_DIR</replaceable> |
--dir=<replaceable>BUILD_DIR</replaceable></term>
<listitem>
<para>build directory (default: ./ssl-build).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--server-key=<replaceable>FILENAME</replaceable></term>
<listitem>
<para>web server's SSL private key filename
(default: server.key).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--server-cert-req=<replaceable>FILENAME</replaceable></term>
<listitem>
<para>web server's SSL certificate request filename
(default: server.csr).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--server-cert=<replaceable>FILENAME</replaceable></term>
<listitem>
<para>web server's SSL certificate filename
(default: server.crt).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--startdate=<replaceable>YYMMDDHHMMSSZ</replaceable></term>
<listitem>
<para>start date for web server's SSL certificate validity
in the above format (Z is a letter; default is 1 week
ago).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--cert-expiration=<replaceable>EXPIRATION</replaceable></term>
<listitem>
<para>expiration of the web server's SSL certificate
(default is # days until 1 day prior to epoch rollover (or
01-19-2038)).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-country=<replaceable>COUNTRY_CODE</replaceable></term>
<listitem>
<para>two letter country code (default: US).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-state=<replaceable>STATE_OR_PROVINCE</replaceable></term>
<listitem>
<para>state or province (default: "North Carolina")</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-city=<replaceable>CITY_OR_LOCALITY</replaceable></term>
<listitem>
<para>city or locality (default: Raleigh).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-org=<replaceable>ORGANIZATION</replaceable></term>
<listitem>
<para>organization or company name (default: "Example Corp. Inc").</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-org-unit=<replaceable>ORGANIZATIONAL_UNIT</replaceable></term>
<listitem>
<para>organizational unit, such as "Marketing" (default: unit).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-hostname=<replaceable>HOSTNAME</replaceable></term>
<listitem>
<para>set the hostname (FQDN: fully qualified domain name)
of the Katello (default: build machine's hostname).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-cname=<replaceable>HOSTNAME</replaceable></term>
<listitem>
<para>set the cname alias (FQDN: fully qualified domain name)
of the Katello. This will generate certificate
with multiple hostnames. Can be specified multiple times.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--set-email=<replaceable>EMAIL</replaceable></term>
<listitem>
<para>email address (default: admin@example.com)</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-v | --verbose</term>
<listitem>
<para>be verbose (accumulative: -vvv means "be *really* verbose).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--key-only</term>
<listitem>
<para>(rarely used) only generate a web server's SSL
private key. Try <command>--gen-server --key-only
--help</command> for more information.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--cert-req-only</term>
<listitem>
<para>(rarely used) only generate a web server's SSL
certificate request. Try <command>--gen-server
--cert-req-only --help</command> for more
information.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--cert-only</term>
<listitem>
<para>(rarely used) only generate a web server's SSL
certificate. Try <command>--gen-server --cert-only
--help</command> for more information.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--server-rpm</term>
<listitem>
<para>(rarely changed) RPM name that houses the web
server's SSL key set (the base filename, not
filename-version-release.noarch.rpm).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--server-tar</term>
<listitem>
<para>(rarely changed) name of archive (tarball) of the web
server's SSL key set and CA SSL public certificate that is
not used in Katello installation
routines (the base filename, not filename-version-release.tar).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--rpm-packager</term>
<listitem>
<para>(rarely used) packager of the generated RPM, such as
"Katello Admin <rhn-admin@example.com>".</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--rpm-vendor</term>
<listitem>
<para>(rarely used) vendor of the generated RPM, such as
"IS/IT Example Corp.".</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--rpm-only</term>
<listitem>
<para>(rarely used) only generate a deployable RPM.
Try <command>--gen-server --rpm-only --help</command> for
more information.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--no-rpm</term>
<listitem>
<para>(rarely used) do everything *except* generate an
RPM.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-h | --help</term>
<listitem>
<para>help message.</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
</variablelist>
</RefSect1>
<RefSect1><Title>Examples</Title>
<simplelist>
<member><command>katello-ssl-tool --help</command></member>
<member><command>katello-ssl-tool --gen-ca --help</command></member>
<member><command>katello-ssl-tool --gen-server --help</command></member>
<member><command>katello-ssl-tool --gen-ca -pMY_CA_PASSWORD
--set-state="North Carolina" --set-city=Raleigh --set-org="Example
Inc." --set-org-unit="SSL CA Unit" --dir=/etc/sysconfig/rhn/ssl</command></member>
<member><command>katello-ssl-tool --gen-server -pMY_CA_PASSWORD
--set-state="North Carolina" --set-city=Raleigh --set-org="Example
Inc." --set-org-unit="IS/IT" --email="taw@example.com"
--set-hostname="rhnbox1.example.com" --set-cname="rhnbox1.localnet"
--dir=/etc/sysconfig/rhn/ssl</command></member>
</simplelist>
</RefSect1>
<RefSect1><Title>Files</Title>
<simplelist>
<member>BUILD_DIR/katello-ca-openssl.cnf</member>
<member>BUILD_DIR/KATELLO-PRIVATE-SSL-KEY</member>
<member>BUILD_DIR/KATELLO-TRUSTED-SSL-CERT</member>
<member>BUILD_DIR/serial</member>
<member>BUILD_DIR/index.txt</member>
<member>BUILD_DIR/latest.txt</member>
<member>BUILD_DIR/rhn-org-trusted-ssl-cert-VER-REL.src.rpm</member>
<member>BUILD_DIR/rhn-org-trusted-ssl-cert-VER-REL.noarch.rpm</member>
<member>BUILD_DIR/MACHINE_NAME/latest.txt</member>
<member>BUILD_DIR/MACHINE_NAME/katello-server-openssl.cnf</member>
<member>BUILD_DIR/MACHINE_NAME/server.key</member>
<member>BUILD_DIR/MACHINE_NAME/server.csr</member>
<member>BUILD_DIR/MACHINE_NAME/server.crt</member>
<member>BUILD_DIR/MACHINE_NAME/rhn-org-httpd-ssl-key-pair-MACHINE_NAME-VER-REL.src.rpm</member>
<member>BUILD_DIR/MACHINE_NAME/rhn-org-httpd-ssl-key-pair-MACHINE_NAME-VER-REL.noarch.rpm</member>
<member>BUILD_DIR/MACHINE_NAME/rhn-org-httpd-ssl-archive-MACHINE_NAME-VER-REL.tar</member>
</simplelist>
</RefSect1>
<RefSect1><Title>See Also</Title>
<simplelist>
<member>openssl(1)</member>
<member>rpm(8)</member>
</simplelist>
</RefSect1>
<RefSect1><Title>Author</Title>
<simplelist>
<member>Todd Warner <email>taw@redhat.com</email></member>
</simplelist>
</RefSect1>
</RefEntry>