[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>opensslWARNING: can't open config file: /usr/local/ssl/openssl.cnfOpenSSL> 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 = UKstateOrProvinceName = State or Province Name (full name)stateOrProvinceName_default = Greater LondonlocalityName = Locality Name (eg, city)localityName_default = London0.organizationName = Organization Name (eg, company)0.organizationName_default = vStrong.infoorganizationalUnitName = 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.csrLoading 'screen' into random state - doneGenerating 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 incorporatedinto 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 blankFor 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.infoEmail Address []:Please enter the following 'extra' attributesto be sent with your certificate requestA challenge password []:MySuperSecretPassw0rdstring is too long, it needs to be less than 20 bytes longA challenge password []:MySuperPWDAn optional company name []: |