Generate custom x509 certificate in Okta

* Requires API key with admin access, least for the target app

Selenium test with docker-compose

Sample config file when using selenium standalone during test. docker-compose YAML

AWS KMS - two liners

For binary encrypted output: 1 2 aws kms encrypt --region ap-southeast-2 --key-id alias/blah --plaintext fileb://blah --output text --query CiphertextBlob | base64 --decode > blah.enc aws kms decrypt --ciphertext-blob fileb://blah.enc --output text --query Plaintext | base64 --decode For base64 encrypted output:

User Profile Service failed the logon. User profile cannot be loaded.

https://support.microsoft.com/en-us/contact/menu/software/windows/ts/ https://support.microsoft.com/en-au/help/947215/you-receive-a-the-user-profile-service-failed-the-logon-error-message Had to contact Microsoft support to receive default file. Download

Curl net performance test

Print out CloudFront X-Amz-Cf-Id when response time is slower than set threshold.