Yes, a vague request.  Do you really mean how to set up hardware 
encryption/ICSF?  Do you want to set up a webserver?  Are we talking 
OpenSSH/SSL?

I personally don't remember what was done.  For setting up a webserver 
using software encryption, one of the first things that the HTTP Server 
manual says is to make sure your System SSL is up and going:

Program control for z/OS System SSL
If you set up your Web server to provide secure communications over the 
Internet,
the Web server uses z/OS System SSL to establish the secure connections. 
Before
the Web server can use System SSL, you must:
v Add the System SSL load library, hlq.SGSKLOAD, to the linklist.
v Program control hlq.SGSKLOAD in RACF.
hlq is the high level qualifier for your system installation, for example,
SYS1.SGSKLOAD.
To turn on program control using RACF, issue:
RALTER PROGRAM * ADDMEM(’hlq.SGSKLOAD’//NOPADCHK) UACC(READ)
SETROPTS WHEN(PROGRAM) REFRESH
If you are turning on program control for the first time, use RDEFINE 
statements
instead of RALTER statements. If you are using another security product, 
refer to
that product’s documentation for instructions.

It also makes a lot of references to SC24-5901-03 System SSL Programming 
Guide http://publibz.boulder.ibm.com/epubs/pdf/gska1a21.pdf

Aaron

On Thu, 20 Apr 2006 09:06:27 -0500, McKown, John 
<[EMAIL PROTECTED]> wrote:


>> Subject: SSL on OMVS
>>
>>
>> Is there somebody who has a step-by-step document of how to
>> install SSL on
>> OMVS z/OS 1.4?
>>
>>
>>
>> Thanks,
>>
>> Dan
>>
>> System Engineer
>
>I'm a bit dense. What does SSL on OMVS mean? IIRC, SSL means "Secure
>Socket Layer". A TCPIP thing, not an OMVS thing. SSL is used by many
>things, with secure HTTP being one major one. Does SSH access to a UNIX
>(OMVS) shell use SSL (I don't know, off hand)?
>
>--
>John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to