Skip to content

Commit b4fd7aa

Browse files
authored
Updated for latest ciphers
Updated for latest ciphers
1 parent e9a9a21 commit b4fd7aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# azure-ssl-configure
22
This is a template project containing start up scripts to disable ssl 2.0, ssl3.0, configure recommended cipher suite order for your windows azure service, as well as disabling RC4 ciphers.
33

4+
####Updated for latest, but restricted to windows 10 or plus. -- 11/9/2016
5+
46
## How did it get created?
57
### First,
68
create a normal new Azure project with a web role/worker role, or simply start with your own existing project.
79
### Second, add scripts
8-
Add a new folder in your web role/worker role project "Startup", copy SSLConfigure.cmd and SSLConfigure.ps1 files into this folder, and add these files into your project.
10+
Add a new folder in your web role/worker role project "Startup", copy [SSLConfigure.cmd](https://github.com/qinxgit/azure-ssl-configure/blob/master/AzureCloudServiceSample/WebRoleSample/Startup/SSLConfigure.cmd ) and [SSLConfigure.ps1](https://github.com/qinxgit/azure-ssl-configure/blob/master/AzureCloudServiceSample/WebRoleSample/Startup/SSLConfigure.ps1) files into this folder, and add these files into your project.
911
Make these files being copied to output by setting their property "CopyToOutputDirectory“ to ”Copy Always".
1012
### Third, update service definition file
1113
Add these lines to your ServiceDefinition.csdef file in your Azure project, place it under the corresponding role element of your role project.

0 commit comments

Comments
 (0)