mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Added FW commands to allow access to HTTPS listener
This commit is contained in:
parent
f42905a9cc
commit
cd3edf1eba
2 changed files with 4 additions and 3 deletions
|
@ -102,7 +102,7 @@ Alternatively, a self-signed SSL certificate can be generated in powershell usin
|
|||
# Delete the http listener
|
||||
$ WinRM delete winrm/config/listener?Address=*+Transport=HTTP
|
||||
|
||||
Again, if your Windows firewall is enabled, you must also run the following command to allow firewall access to the public firewall profile:
|
||||
Again, if your Windows firewall is enabled, the following command to allow firewall access to the HTTPS listener:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue