Skip to content

Simple server on golang with support TLS and execution os commands in bash pipeline

License

Notifications You must be signed in to change notification settings

Masorubka1/test_go_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. make certificates for Os:

openssl req -new -newkey rsa:4096 -days 3650 -nodes -x509 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=localhost" -addext "subjectAltName = DNS:localhost" -keyout server.key -out server.crt

  1. upload the certificate to trust Arch : (sudo trust anchor --store path/to/crt/server.crt) debian based: https://unix.stackexchange.com/questions/90450/adding-a-self-signed-certificate-to-the-trusted-list
  2. start the server locally with the command go run main.go
  3. run tests to verify (if necessary)
  4. use the server for its intended purpose

About

Simple server on golang with support TLS and execution os commands in bash pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages