-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for generate intermediate ca
- Loading branch information
Showing
7 changed files
with
106 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-----BEGIN EC PRIVATE KEY----- | ||
MHcCAQEEIIuQU4ciKdoWKatOyMACXtA4MW0e1W2BAxLgP3yISKBCoAoGCCqGSM49 | ||
AwEHoUQDQgAEX6RdebhEW2Qov6t68/hW4cEXkaSUQCVz66oAygNFy0zhIe3OZbEW | ||
PqJRuPRCuC8RDSANhitAKZcq7rQt+FgePw== | ||
-----END EC PRIVATE KEY----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIIBiTCCAS+gAwIBAgIRAIpKY34COzXtccpbFTdLHPwwCgYIKoZIzj0EAwIwJTEQ | ||
MA4GA1UEChMHY2VydGlmeTERMA8GA1UEAxMIbm90aGludXgwHhcNMjIwNTAxMDAw | ||
MTQyWhcNMjMwNTAxMDYwMTQyWjAlMRAwDgYDVQQKEwdjZXJ0aWZ5MREwDwYDVQQD | ||
Ewhub3RoaW51eDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABF+kXXm4RFtkKL+r | ||
evP4VuHBF5GklEAlc+uqAMoDRctM4SHtzmWxFj6iUbj0QrgvEQ0gDYYrQCmXKu60 | ||
LfhYHj+jQDA+MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAMBgNVHRMB | ||
Af8EAjAAMA8GA1UdEQQIMAaHBH8AAAEwCgYIKoZIzj0EAwIDSAAwRQIgJalQKiYw | ||
K+t4g9N42+DgmAclLn8pKTFI0AIa38KC3wkCIQDOQIuLRHiCR3+UdOglpnrRgRzV | ||
1fa2d5/SEV0KxPP1nA== | ||
-----END CERTIFICATE----- |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package main | ||
|
||
func getCN() { | ||
|
||
} |