diff --git a/README.md b/README.md index f0d5f9c..db74fba 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The server awaits commands sent by the client. A command must be defined in the ## What about ding's security? The authentication is done by an SSL Client Certificate signed by an (own generated) Certificate Authority. The scripts for generating a CA and signing a Server/Client Certificate are also in here to make it (relatively) easy. [ You need only to press enter in the most cases, type in some certificate information and entering a previously defined CA password. ] +## Pic or didn't happen +![Screenshot of CircleArt](/img/dingScreenshot.png) ## Installation In all steps please read carefully what the certification generate scripts want from you. The certificate information needn't to be true at all and can be random. They only need to be different from each other. diff --git a/img/dingScreenshot.png b/img/dingScreenshot.png new file mode 100644 index 0000000..1ceb1b0 Binary files /dev/null and b/img/dingScreenshot.png differ