fix: api.rest and https.server certificates are now correctly generated with IsCA to false

This commit is contained in:
evilsocket 2019-04-21 19:55:53 +02:00
commit 8257d25ff3
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
23 changed files with 8876 additions and 14 deletions

View file

@ -1,7 +1,7 @@
package network
var portServices = map[string]map[int]string{
"tcp": map[int]string{
"tcp": {
6566: "sane-port",
1094: "rootd",
4557: "fax",
@ -316,7 +316,7 @@ var portServices = map[string]map[int]string{
105: "csnet-ns",
4600: "distmp3",
},
"udp": map[int]string{
"udp": {
2086: "gnunet",
3493: "nut",
4373: "remctl",