Skip to content

Commit

Permalink
Fix example again
Browse files Browse the repository at this point in the history
  • Loading branch information
dvob committed Jul 28, 2024
1 parent aa8a6c5 commit 107d5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func ExampleCreate_signed() {
}

// Create a self-signed certificate with a 4096 bit RSA key
func ExampleCreateWithKeyOptions() {
func ExampleCreateCertificateWithKeyOptions() {
cert := NewServerCertificate("localhost")

keyOptions := KeyOptions{
Expand Down

0 comments on commit 107d5e4

Please sign in to comment.