Bryan Atsatt

Results 7 comments of Bryan Atsatt

I have a large collection of notes that I've migrated multiple times across apps, so this feature is _required_ for me. I'm currently using [Joplin](https://joplinapp.org/), but I'm not thrilled with...

Here are the original and generated server.pem files. [Archive.zip](https://github.com/onejli/docker-vpn-helper/files/91329/Archive.zip)

Forgot to mention that I also tried clearing the VBox host-only networks.

I found the issue with the cert; more extensions are required, e.g. ``` echo "subjectAltName = DNS:localhost, IP:${machineIp}, IP:127.0.0.1" >> ${extFile} if [[ ${clientCert} == *"Extended Key Usage"* ]]; then...

Just tried Toolbox 1.10.0 and was able to remove the cert generation logic from my variant of your script. Progress! For the docker-machine ls, env etc, issues, I hacked virtualbox.go...

I re-wrote this to fork a process (and switched to List from Vector), and it solved my issue: ``` java /** * JSDoc3 is ant Ant task for JSDoc3, a...

Oops, hit the wrong button, didn't mean to close this.