Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.
/ CoreCI Public archive

Continuous Integration server written in C#

Notifications You must be signed in to change notification settings

sparkeh9/CoreCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running on docker toolbox in Windows

In order to communicate with docker running inside docker toolbox, we must install the CA into the trusted root CA certificate store in the form of a pfx. By default, docker toolbox provides pem files, which can be converted into pfx easily.

Go to %UserProfile%\.docker\machine\certs

Once there, convert the CA and cert files to pfx as below.

  • openssl pkcs12 -export -inkey ca-key.pem -in ca.pem -out ca.pfx
  • openssl pkcs12 -export -inkey key.pem -in cert.pem -out key.pfx

Double click on the ca.pfx file, and install it into the trusted root CA store.

About

Continuous Integration server written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published