I hereby claim:
- I am shadyabhi on github.
- I am shadyabhi (https://keybase.io/shadyabhi) on keybase.
- I have a public key ASABXGq9-yZFftPo8aAqOGD6sqb34CzRsISJDYJehzSc0Qo
To claim this, I am signing this object:
| global | |
| stats socket /tmp/haproxy.sock | |
| frontend stats | |
| mode http | |
| bind *:8081 | |
| stats enable | |
| stats uri /stats | |
| stats refresh 1s |
| From d9694aeac3099741353c3cf50c27526591012e28 Mon Sep 17 00:00:00 2001 | |
| From: Abhijeet Rastogi <[email protected]> | |
| Date: Sat, 13 May 2023 20:04:45 -0700 | |
| Subject: [PATCH] MINOR: ssl: add new sample ssl_c_r_dn | |
| This patch addresses #1514, adds the ability to fetch DN of the root | |
| ca that was in the chain when client certificate was verified during SSL | |
| handshake. | |
| --- | |
| doc/configuration.txt | 14 +++++++ |
| From 7b3263665f624333fc344e7153acd9937be9d740 Mon Sep 17 00:00:00 2001 | |
| From: Abhijeet Rastogi <[email protected]> | |
| Date: Sat, 17 Dec 2022 16:10:38 -0800 | |
| Subject: [PATCH] MINOR: ssl: add new sample ssl_c_r_dn | |
| This patch addresses #1514, adds the ability to fetch DN of the root | |
| ca that was in the chain when client certificate was verified during SSL | |
| handshake. | |
| --- | |
| doc/configuration.txt | 15 ++++++++++ |
| From 5bced85b9d68ef2972f4b649bba4358a0fcf5dca Mon Sep 17 00:00:00 2001 | |
| From: Abhijeet Rastogi <[email protected]> | |
| Date: Thu, 17 Nov 2022 04:42:38 -0800 | |
| Subject: [PATCH] MINOR: cli: print parsed command when not found | |
| MIME-Version: 1.0 | |
| Content-Type: text/plain; charset=UTF-8 | |
| Content-Transfer-Encoding: 8bit | |
| It is useful because when we're passing data to runtime API, | |
| specially via code, we can mistakenly send newlines leading to some |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python2 | |
| import os | |
| import pylast | |
| MPD_LIBRARY_LOCATION = "/var/lib/mpd/music/" | |
| API_KEY = "your api key" | |
| API_SECRET = "your secret" | |
| username = "shadyabhi" | |
| #Enter the hash directly. |