What is needed to setup FTP SERVER AUTHENTICATION with TOP SECRET generated self-signed DIGITAL CERTIFICATES?
The following example shows how to setup FTP SERVER AUTHENTICATION with TOP SECRET generated self-signed DIGITAL CERTIFICATES.
NOTE: The following are example commands and may vary depending on your naming conventions and environment. Please adjust them accordingly to your site standards and environment.
TSS GENCERT(FTPS) DIGICERT(FTPSCERT) -
SUBJECTN('o="COMPANYA" CN="FTPS certificate" -
OU="SYSTEMS" C="US" ')
TSS ADD(FTPS) KEYRING(FTPSRING) LABLRING(FTPSRING)
Note: No blank spaces in the LABLRING.
TSS ADD(FTPS) KEYRING(FTPSRING) RINGDATA(FTPS, FTPSCERT) -
DEFAULT USEAGE(PERSONAL)
TSS EXPORT(FTPS) DIGICERT(FTPSCERT) -
DCDSN('FTPS.SERVER.CERT')
Note: Dataset doesn't have to be formatted. It is automatically created and cataloged.
TSS PER(FTPS) IBMFAC(IRR.DIGTCERT.GENCERT) ACC(UPDATE)
TSS PER(FTPS) IBMFAC(IRR.DIGTCERT.LISTRING) ACC(UPDATE)
TSS PER(FTPS) IBMFAC(IRR.DIGTCERT.LIST) ACC(UPDATE)
TSS PER(USRA) IBMFAC(IRR.DIGTCERT.GENCERT) ACC(UPDATE)
TSS PER(USRA) IBMFAC(IRR.DIGTCERT.LISTRING) ACC(UPDATE)
TSS PER(USRA) IBMFAC(IRR.DIGTCERT.LIST) ACC(UPDATE)
The following example shows how to setup FTP CLIENT AUTHENTICATION with TOP SECRET generated self-signed DIGITAL CERTIFICATES.
NOTE: The following are example commands and may vary depending on your naming conventions and environment. Please adjust them accordingly to your site standards and environment.
TSS EXPORT(FTPS) DIGICERT(FTPSCERT) -
DCDSN('FTPS.SERVER.CERT')
Note: Dataset doesn't have to be formatted. It is automatically created and cataloged.
TSS GENCERT(USERA) DIGICERT(USRACERT) -
SUBJECTN('o="COMPANYA" CN="USERA self-signed ftp cert" -
OU="SYSTEMSDEPT" C="US"') LABELCERT('USERA CERT') TRUST
TSS ADD(USERA) KEYRING(USRARING) LABLRING(USRARING)
TSS ADD(USERA) KEYRING(USRARING) -
RINGDATA(USERA,USRACERT) DEFAULT USEAGE(PERSONAL)
TSS ADD(FTPS) KEYRING(FTPSRING) RINGDATA(USERA,USRACERT) - USEAGE(CERTAUTH)
TSS EXPORT(USERA) DIGICERT(USRACERT) DCDSN(USERA.CERT)
Note: Dataset doesn't have to be formatted. It is automatically created and cataloged by TOP SECRET.