Skip to content

Commit 22dc233

Browse files
authored
fix: use bundle.crt (#495)
1 parent e63ab30 commit 22dc233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/masternodes/setup-evonode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ There are two ways to get SSL certificates:
632632
intermediate/root certificates if present. If a bundle file is present, you need to concatenate it
633633
with the certificate file::
634634
635-
cat certificate.crt bundle.crt > full_chain.crt
635+
cat certificate.crt bundle.crt > bundle.crt
636636

637637
Verify the validity of the private key and certificate chain by running these commands::
638638

0 commit comments

Comments
 (0)