Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am drhayt on github.
* I am drhayt (https://keybase.io/drhayt) on keybase.
* I have a public key ASAMNYj0uZFcH7cbWx_0wtVTGJcx5Wksnyu8Zq-gTFYA6wo
To claim this, I am signing this object:
@DrHayt
DrHayt / instantclientguide.md
Created August 1, 2018 12:31 — forked from plasx/instantclientguide.md
Installing instant client 12 on macOS Sierra
@DrHayt
DrHayt / cloud-config.yml
Last active January 20, 2021 12:03
CoreOS Container Linux etcd3 cluster cloud-config with SSL on peer, server, and client configs.
#cloud-config
ssh_authorized_keys:
- ssh-rsa PutYourKeysHere
coreos:
locksmith:
endpoint: "https://127.0.0.1:2379"
etcd_cafile: /etc/ssl/certs/ca.pem
etcd_certfile: /etc/ssl/client/client.pem
etcd_keyfile: /etc/ssl/client/client.key