Chapter 4 Function/System Settings and Display
4.3 Network Management > import ssl-certificate
ETERNUS CLI User’s Guide
Copyright 2015 FUJITSU LIMITED P2X0-1030-09ENZ0
540
import ssl-certificate
This command imports and registers the SSL server certificate that is signed by the certificate provider.
■ Syntax
■ Parameter
■ Example(s)
import ssl-certificate -port {maintenance | remote| fst} -server
server_name
-user
login_user_account
[-cert-filename
cert-filename
]
[-key-filename
key-filename
] [-indicator {enable | disable}]
-port This parameter specifies which Ethernet port is used to connect to the FTP server.
For further information, refer to "1.11 Note for Specifying FTP Server" (page 31)
.
maintenance
MNT port
remote RMT port
fst FST port (ETERNUS DX410 S2/DX440 S2 only)
-server This parameter specifies the name of the FTP server on which the certificate and key file are
stored. The server name should be in IPv4 standard notation (a base 256 "d.d.d.d" string)
format, IPv6 address format or a fully qualified domain name (FQDN).
Example: -server 192.168.1.20
Example: -server fd80::abd0:223:ad
Example: -server foo.bar
-user This parameter specifies a user account name for access to the FTP server. This command
displays an FTP server password prompt.
-cert-filename
Optional. This parameter specifies the filename to load the certificate file. If omitted,
"server.crt" (default file) is used. If the same file already exists, it is overwritten.
-key-filename
Optional. This parameter specifies the filename to load the key file. If omitted, "server.key"
(default file) is used. If the same file already exists, it is overwritten.
-indicator Optional. This parameter specifies whether the progress indicator is displayed. If omitted, the
progress indicator is displayed.
enable Progress indicator is displayed.
disable Progress indicator is not displayed.
The following example imports and registers the signed certificate and the server key:
CLI> import ssl-certificate -port maintenance -server ftp.example.com -user cli-user -cert-filename
server.cert -key-filename server.key