[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Dhcp-Client/Operational]
"Enabled"=dword:00000001
"Enabled"=dword:00000001
New-SPWOPIBinding -ServerName wa.lab.mars.ua
Get-SPWOPIZone
Set-SPWOPIZone –zone “internal-https”
Set-SPWOPIZone –zone “external-https”
1
2
3
| C:OpenSSL-Win64bin>openssl WARNING: can't open config file : /usr/local/ssl/openssl .cnf OpenSSL> exit |
1
| SET OPENSSL_CONF=C:OpenSSL-Win64binopenssl.cfg |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| [ req_distinguished_name ] countryName = Country Name (2 letter code) countryName_default = UK stateOrProvinceName = State or Province Name (full name) stateOrProvinceName_default = Greater London localityName = Locality Name (eg, city) localityName_default = London 0.organizationName = Organization Name (eg, company) 0.organizationName_default = vStrong.info organizationalUnitName = Organizational Unit Name (eg, section) organizationalUnitName_default = IT |
1
2
| [ req ] default_bits = 1024 |
1
| -newkey rsa:4096 |
1
| req_extensions = v3_req |
1
| subjectAltName = "DNS:server001.vstrong.info, DNS:server001, DNS:SERVER001.VSTRONG.INFO, DNS:SERVER001, DNS:CITRIX, DNS:citrix, DNS:10.10.100.150" |
1
| openssl req -new -nodes -keyout server001.key -out server001.csr |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| C:OpenSSL-Win64bin>openssl req -new -nodes -keyout server001.key -out server001.csr Loading 'screen' into random state - done Generating a 1024 bit RSA private key ..................++++++ ......++++++ writing new private key to 'server001.key' ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.' , the field will be left blank. ----- Country Name (2 letter code) [UK]: State or Province Name (full name) [Greater London]: Locality Name (eg, city) [London]: Organization Name (eg, company) [vStrong.info]: Organizational Unit Name (eg, section) [IT]: Common Name (e.g. server FQDN or YOUR name) []:server001.vstrong.info Email Address []: Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []:MySuperSecretPassw0rd string is too long, it needs to be less than 20 bytes long A challenge password []:MySuperPWD An optional company name []: |