I have a developer tenant in Okta and would like to add a custom domain. This should be possible, all I need is a few things:
- A Developer Okta tenant
- My own custom domain
- A certificate, which I will get by using Lets Encrypt
I have a developer tenant in Okta and would like to add a custom domain. This should be possible, all I need is a few things:
When retrieving certificates from Azure Key Vault I get the following error in my .NET Core 3.1 app service. The file is read from the Key Vault just fine, but throws an exception when converting the secret to a x509 certificate:
Internal.Cryptography.CryptoThrowHelper+WindowsCryptographicException at Internal.Cryptography.Pal.StorePal.FromBlobOrFile
"The parameter certificateEnvelope.Properties.KeyVaultId has an invalid value."
"Message": "The parameter certificateEnvelope.Properties.KeyVaultId has an invalid value."
The breakpoint will not currently be hit. No symbols have been loaded for this document
npm ERR! network connect ETIMEOUT
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad networ settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm config set proxy http://proxy.mycompanyname.com:8080
npm config set https-proxy http://proxy.mycompanyname.com:8080