home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service https

Configures access to the web GUI.

set service https
delete service https
show service https

Configuration mode


service {
	https
}

Use this command to configure access to the web GUI via HTTPS (port 443). Once configured, the web GUI can be accessed by specifying one of the system IP addresses from a web browser.

When the HTTPS service is enabled, HTTP redirection is also enabled. If you want to disable HTTP redirection, use the service https http-redirect command.

Use the set form of this command to create the HTTPS configuration and enable access to the web GUI.

Use the delete form of this command to remove the HTTPS configuration. If you delete the HTTPS configuration node you will disable web GUI access to the system.

Use the show form of this command to view the HTTPS configuration.