Skip to content

Instantly share code, notes, and snippets.

@ryman1
ryman1 / 50-customca
Created August 18, 2024 00:59 — forked from Informatic/50-customca
Let's Encrypt fix for webOS. Tested on 3.8 only, put this into /var/lib/webosbrew/init.d and you should be probably done.
#!/bin/sh
# Directory to store overlays in (one directory structure is created per overlay configured down below)
OVERLAY_BASE=/var/lib/webosbrew/customca
overlay() {
set -e
overlay_id="$(echo $1 | sed 's;/;__;g')"
unset TARGET SOURCE FSTYPE OPTIONS
eval $(findmnt -P $1)
### Keybase proof
I hereby claim:
* I am ryman1 on github.
* I am ryman1 (https://keybase.io/ryman1) on keybase.
* I have a public key whose fingerprint is 607A F44B 90BD 6E7C 22C6 7353 0564 B210 DF20 A4C9
To claim this, I am signing this object:
import random
def test():
print 'this is a test'
test()