-
## Issue
The following push fails against a localhost:5000 registry running as container
```
docker pull gcr.io/google-samples/hello-app:1.0
docker tag gcr.io/google-samples/hello-app:1.0 loca…
-
**Describe the bug**
I was using finagle http client v21.6.0 which was working fine but I attempted to upgrade it to v21.8.0 however my integration test is failing with the following stacktrace:
`…
-
Hi Oleg
I used wixsharp to produce a bootstrapper to install two MSI . it works fine until I signed it with a certificate and it stopped working.
For info when I sign an MSI the MSI still works.
…
-
### ISSUE TYPE
- Bug Report
### Checklist
* [x] `.env` file is attached
* [x] `./check-config.sh` output is added below
* [x] `docker-compose logs` output is added below
* [x] `…
-
This is after a small fix to load the correct certificates -
```
--- a/examples/hammer_test.c …
-
### General information
* OS: Linux (Fedora 31 x86_64)
* Hypervisor: libvirtd
* Did you run `crc setup` before starting it ? yes
## CRC version
```bash
CodeReady Containers version: 1.…
-
Users want to use WebSocket securely.
In this task, we will investigate how to enable TLS.
We are also interested to know how much we need to refactor the code.
-
faceImage and fullDocumentFrontImage returns 'undefined'
im using "blinkid-cordova": "^5.12.0",
`
scanMicroBlink(){
let p = new Promise((resolve,reject) =>{
var blinkIdCombinedR…
-
Hello 👋
I've an issue running the following code:
```php
$issuerKey = phpseclib3\Crypt\EC::createKey('ed25519');
$subjectKey = phpseclib3\Crypt\EC::createKey('ed25519')->getPublicKey();
$s…
-
1. Create a certificate with a non-exportable CryptoAPI key
```
New-SelfSignedCertificate `
-KeyUsage DigitalSignature `
-FriendlyName "Sample CryptoAPI service account key" `
-Subject "Sam…