Compare commits

...

1 Commits

Author SHA1 Message Date
Percy Wegmann
7727fd47e7 WIP
Signed-off-by: Percy Wegmann <percy@tailscale.com>
2025-03-12 16:14:33 -05:00

View File

@@ -3,7 +3,11 @@
package qnap
import "tailscale.com/release/dist"
import (
"fmt"
"tailscale.com/release/dist"
)
// Targets defines the dist.Targets for QNAP devices.
//
@@ -12,6 +16,7 @@ import "tailscale.com/release/dist"
func Targets(privateKeyPath, certificatePath string) []dist.Target {
var signerInfo *signer
if privateKeyPath != "" && certificatePath != "" {
fmt.Printf("ZZZZ PrivateKeyPath: %s CertificatePath: %s\n", privateKeyPath, certificatePath)
signerInfo = &signer{privateKeyPath, certificatePath}
}
return []dist.Target{