Skip to content

Instantly share code, notes, and snippets.

View cslauritsen's full-sized avatar

Chad Lauritsen cslauritsen

  • Cleveland, Ohio, USA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cslauritsen on github.
  • I am cslauritsen (https://keybase.io/cslauritsen) on keybase.
  • I have a public key ASDtWM_6myT9C9Ne_UiOhE-CoxSXAM_vlvkNLS_C06h23go

To claim this, I am signing this object:

Group:Switch:OR(ON,OFF) Presence "Präsenz" <icon_presence> (All)
Group:Switch:OR(ON,OFF) PresenceNorman "Norman" <icon_presence_norman> (Presence)
Switch PresenceNorman_PhoneWifi "iPhone WiFi" <icon_iphone> (PresenceNorman) { nh="xxx.xxx.xxx.xxx" }
Switch PresenceNormanWasp "Norman Wasp" <icon_presence> (PresenceNorman)
Switch PresenceNormanGeofence "Norman Geofence" <icon_gps> (PresenceNorman)
@cslauritsen
cslauritsen / Wasp in a Box Presence.rules
Created November 7, 2018 17:45
Rules for Wasp-in-a-Box algorithm
rule "Norman leaves"
when
Item PresenceNormanGeofence changed to OFF
then
if (PresenceNormanWasp.state == ON)
{
sendCommand(PresenceNormanGeofence, ON)
}
end
{
"openapi": "3.0.0",
"info": {
"description": "<h1>API Overview</h1>\r\n\r\nThe CA Gateway API is a RESTful Web service API that provides a range of certificate issuance and management functions. The API fronts multiple issuing Certification Authorities (CAs) and accommodates a range of public key algorithms, request/response formats, and certificate contents. A suitable authenticated client of the API can:\r\n\r\n<ul>\r\n<li>query available Certification Authorities (CAs)</li>\r\n<li>query CA artifacts, such as CA certificate chains and revocation lists (CRLs)</li>\r\n<li>query available Certificate Profiles for each CA</li>\r\n<li>submit Enrollment Requests for certificates with client-generated or server-generated key pairs (which may or may not be backed up for subsequent recovery)</li>\r\n<li>submit Recovery Requests for keys that have been stored by the CA</li>\r\n<li>submit Certificate Management Requests for revoking certificates, putting certificates on hold, or taking certificates off hold
@cslauritsen
cslauritsen / HELM_CHEATSHEET.md
Last active September 28, 2023 19:44
Helm Cheatsheet

Helm Cheatsheet

Variables

export NAMESPACE=trn-chad
export RELNAME=nginx-a
export CHART=oci://registry-1.docker.io/bitnamicharts/nginx
export CHARTVER=15.3.1

Lookup a kube context with