本製品にWeb UIでアクセスする際に使用するURLを設定します。
外部公開URLを設定します。以下のコマンドを実行します。
# dashadm externalurl set -protocol https -addr <外部公開FQDN名> -port <ポート番号>
外部公開URLを確認します。以下のコマンドを実行します。
# dashadm externalurl show
外部公開URLの設定
# dashadm externalurl set -protocol https -addr dash.example.com -port 443
外部公開URLの表示
# dashadm externalurl show
External URL = https://dash.example.com:443
参照
dashadm externalurlコマンドの詳細は、「5.14 外部公開URLの操作 (dashadm externalurl)」を参照してください。