ip addr
) и с неё же по всем пройтисьopenssl s_client -connect address:443
openssl x509 -in cert.pem -text
<VirtualHost xxx:443>
ServerName site.ru
...
SSLEngine On
SSLCertificateFile ...
SSLCertificateKeyFile ...
...
</VirtualHost>
openssl s_client -connect 127.0.0.1:443
PS C:\> Import-Module C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetQos\NetQos.psd1
$ENV:PSModulePath += ';C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules'