diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a0960b --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Website SSL Certificate Checker + +> Check website SSL certificates. + +--- + +## Features + +- Check SSL certificates on multiple websites + +## Screenshots + +[![screenshot](wiki/screenshot-1-h240.png)](wiki/screenshot-1.png) [![screenshot](wiki/screenshot-2-h240.png)](wiki/screenshot-2.png) + +--- + +## Background + +Recently I updated SSL certificates on a bunch of websites. +I needed a way to efficiently check that I hadn’t forgotten any. +This tool (or more accurately, its prototype) saved me a lot of time. + +## Releases & Builds + +See [Releases](/Ray/roketto-launch/releases) + +## License + +This software is due to be released under no license. + +All software on this website is provided "as is" without warranty of any kind, either express or implied. +The use of this software, in particular, is done solely at your own risk; with agreement that the original author is not liable for any damage (subsequently incurred) of any kind. \ No newline at end of file diff --git a/.gitignore b/source/.gitignore similarity index 100% rename from .gitignore rename to source/.gitignore diff --git a/AppResource.Designer.cs b/source/AppResource.Designer.cs similarity index 100% rename from AppResource.Designer.cs rename to source/AppResource.Designer.cs diff --git a/AppResource.resx b/source/AppResource.resx similarity index 100% rename from AppResource.resx rename to source/AppResource.resx diff --git a/MainForm.Designer.cs b/source/MainForm.Designer.cs similarity index 100% rename from MainForm.Designer.cs rename to source/MainForm.Designer.cs diff --git a/MainForm.cs b/source/MainForm.cs similarity index 100% rename from MainForm.cs rename to source/MainForm.cs diff --git a/MainForm.resx b/source/MainForm.resx similarity index 100% rename from MainForm.resx rename to source/MainForm.resx diff --git a/Program.cs b/source/Program.cs similarity index 100% rename from Program.cs rename to source/Program.cs diff --git a/References/RyzStudio3.dll b/source/References/RyzStudio3.dll similarity index 100% rename from References/RyzStudio3.dll rename to source/References/RyzStudio3.dll diff --git a/Resources/loading-block.gif b/source/Resources/loading-block.gif similarity index 100% rename from Resources/loading-block.gif rename to source/Resources/loading-block.gif diff --git a/Resources/trash-2.png b/source/Resources/trash-2.png similarity index 100% rename from Resources/trash-2.png rename to source/Resources/trash-2.png diff --git a/Resources/trash.png b/source/Resources/trash.png similarity index 100% rename from Resources/trash.png rename to source/Resources/trash.png diff --git a/UIResource.Designer.cs b/source/UIResource.Designer.cs similarity index 100% rename from UIResource.Designer.cs rename to source/UIResource.Designer.cs diff --git a/UIResource.resx b/source/UIResource.resx similarity index 100% rename from UIResource.resx rename to source/UIResource.resx diff --git a/WebsiteSSLCertificateChecker.csproj b/source/WebsiteSSLCertificateChecker.csproj similarity index 100% rename from WebsiteSSLCertificateChecker.csproj rename to source/WebsiteSSLCertificateChecker.csproj diff --git a/build.bat b/source/build.bat similarity index 100% rename from build.bat rename to source/build.bat diff --git a/favicon.ico b/source/favicon.ico similarity index 100% rename from favicon.ico rename to source/favicon.ico diff --git a/skye.sln b/source/skye.sln similarity index 100% rename from skye.sln rename to source/skye.sln diff --git a/wiki/screenshot-1-h240.png b/wiki/screenshot-1-h240.png new file mode 100644 index 0000000..aaedd66 Binary files /dev/null and b/wiki/screenshot-1-h240.png differ diff --git a/wiki/screenshot-1.png b/wiki/screenshot-1.png new file mode 100644 index 0000000..0c7cf74 Binary files /dev/null and b/wiki/screenshot-1.png differ diff --git a/wiki/screenshot-2-h240.png b/wiki/screenshot-2-h240.png new file mode 100644 index 0000000..f1c0e33 Binary files /dev/null and b/wiki/screenshot-2-h240.png differ diff --git a/wiki/screenshot-2.png b/wiki/screenshot-2.png new file mode 100644 index 0000000..7020736 Binary files /dev/null and b/wiki/screenshot-2.png differ