I am installing SSL certificate in my CentOS 6. In order to do that, I have to setup firewall rule.
But when I am setting up the firewall I get an error:
$ firewall-cmd --permanent --add-service=https
-bash: firewall-cmd: command not found.
It appears that only the command iptables
works in CentOS 6.
I also tried to install firewalld using the command
$sudo yum install firewalld.
But it gives me the followingerror:
No package firewalld available.