Add proxycommand and new lines to templates.

This commit is contained in:
Mariano Cano 2019-11-04 18:07:52 -08:00 committed by max furman
parent cf2b9301c0
commit 605d39e4e8
3 changed files with 8 additions and 5 deletions

View file

@ -21,11 +21,10 @@ import (
"strconv"
"strings"
"github.com/smallstep/certificates/authority/provisioner"
"github.com/pkg/errors"
"github.com/smallstep/certificates/api"
"github.com/smallstep/certificates/authority"
"github.com/smallstep/certificates/authority/provisioner"
"github.com/smallstep/cli/config"
"github.com/smallstep/cli/crypto/x509util"
"gopkg.in/square/go-jose.v2/jwt"