Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096
# Create a product | |
product_params = %{ | |
description: "some content", | |
name: "some content", | |
price: 120.5, | |
sku: "ABC-123" | |
} | |
{:ok, product} = Nova.ProductCommands.create(product_params) | |
# Create a variant |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.