User guide

Setup of Authentication Server
2-71
Example
The following shows an example in which the Interstage certificate environment is created for the first
time using the scsmakeenv command.
When password to input is requested, enter the password for access to the Interstage certificate
environment. The entered password is not displayed.
C:\> scsmakeenv –e
New Password:
Retype:
SCS: INFO: scs0100: Interstage certificate environment was created
C:\>
The following shows an example in which the Interstage certificate environment access permission is
granted to the user 'nobody' when it is created for the first time using the scsmakeenv command.
Before requesting the certificates, set the JDK or JRE installation path in environment variable
JAVA_HOME.
The following example uses the Bourne shell. When the password input is requested, enter the
password for access to the Interstage certificate environment. The entered password is not displayed.
# JAVA_HOME=/opt/FJSVawjbk/jdk14;export JAVA_HOME
# scsmakeenv -e -g nobody
New Password:
Retype:
UX:SCS: INFO: scs0100: Interstage certificate environment was created
UX:SCS: INFO: scs0180: The owners group of Interstage certificate
environment was set
#
The following shows an example in which the Interstage certificate environment in whichaccess
permission is granted to iscertg for the first time using the scsmakeenv command.
In this example, iscertg is created as the owner group permitted access to the Interstage certificate
environment. The effective user 'nobody' is added to the owner group iscertg. 'Nobody' is set as the
initial value in the User directive of the environment configuration file (httpd.conf) for the Interstage
HTTP server.
Before requesting the CSR, set the JDK or JRE installation path in environment variable JAVA_HOME.
The following example uses the Bourne shell. When password input is requested, enter the password
for access to the Interstage certificate environment. The entered password is not displayed.
# groupadd iscertg
# usermod -G iscertg nobody
# JAVA_HOME=/opt/FJSVawjbk/jdk14;export JAVA_HOME
# scsmakeenv -e -g iscertg