Skip to content

Instantly share code, notes, and snippets.

View cardosakv's full-sized avatar
♨️
microservice it is

Khyle Vincent Cardosa cardosakv

♨️
microservice it is
  • Cebu City, Philippines
  • 03:58 (UTC +08:00)
  • LinkedIn in/cardosakv
View GitHub Profile
# -------------------------------------------------------
# ROOT CA (to be imported in client machine trust store)
# -------------------------------------------------------
# 1. Generate root CA key
openssl genrsa \
-out rootCA.key 4096
# 2. Create self-signed root certificate authority
openssl req -x509 -new -nodes \
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AirtableApiClient;
namespace Airtable
{
class AirtableHelper