Skip to content

Commit ef067ab

Browse files
authored
emphasize text for easier reading
1 parent 01d5ca2 commit ef067ab

File tree

1 file changed

+1
-1
lines changed
  • tutorials/creating-https-application

1 file changed

+1
-1
lines changed

tutorials/creating-https-application/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Create main controller
4343
$ fanocli --controller=Home --route=/
4444
```
4545
## Setup SSL certificate
46-
For our development purpose we only need to use self-signed certificate. If you plan to have a publicly reachable server, you will need to ask a trusted third party, called Certificate Authority, to attest the certificate for you.
46+
For our development purpose we only need to use self-signed certificate. If you plan to have a publicly reachable server, you will need to ask a trusted third party, called *Certificate Authority*, to attest the certificate for you.
4747

4848
We need to create private key. We use OpenSSL to generate 1024 bit key. For our purpose, 1024 bit key is sufficient.
4949

0 commit comments

Comments
 (0)