A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cloudflare/cfssl/commit/ac360f21638790fd6fd6cc5fa6b4b18fa79cbe45 below:

Fix bug causing selfsign to ignore the default profile · cloudflare/cfssl@ac360f2 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed Original file line number Diff line number Diff line change

@@ -87,6 +87,9 @@ func selfSignMain(args []string, c cli.Config) (err error) {

87 87

if c.Profile != "" && c.CFG.Signing.Profiles != nil {

88 88

profile = c.CFG.Signing.Profiles[c.Profile]

89 89

}

90 +

if profile == nil {

91 +

profile = c.CFG.Signing.Default

92 +

}

90 93

}

91 94 92 95

if profile == nil {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4