Go to main content

Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.x

Exit Print View

Updated: November 2018
 
 

Enabling HTTP Strict Transport Security (CLI)

To enable HSTS for the appliance, use the following steps.

  1. Go to configuration settings certificates security and enter show to view security properties.
    hostname:configuration settings certificates security> show
    Properties:
                    hsts_enable = false
                   hsts_max_age = 730 days
  2. Set the HSTS enable property to true.
    hostname:configuration settings certificates security> set hsts_enable=true
                    hsts_enable = true (uncommitted)
  3. Enter the HSTS maximum age and units, which can be seconds, minutes, hours, days, weeks, or months.
    hostname:configuration settings certificates security> set hsts_max_age=730days
                    hsts_max_age = 730 days (uncommitted)
  4. Enter commit.
    hostname:configuration settings certificates security> commit