kairoaraujo / goca

Golang Certificate Authority (CA) package
MIT License
38 stars 14 forks source link

GoCA should use ``path/filepath`` to join paths #11

Closed kairoaraujo closed 1 year ago

kairoaraujo commented 2 years ago

Modify GoCA to use path/filepath using filepath.Join() to join paths.

Currently GoCA uses paths based on *nix paths. Using file path.join() will make it compatible with Windows as well.