Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/api-reference-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<i class="fas fa-lock-open"></i>
</span>
</div>
{% elsif component.security == "authentication" or component.security == "subscription" or api.security == "authentication" or page.securtiy == "subscription" %}
{% elsif component.security == "authentication" or component.security == "subscription" or api.security == "authentication" or page.security == "subscription" %}
<div
class="api-requirement"
title="Authentication is required"
Expand Down
6 changes: 3 additions & 3 deletions _includes/content/get-your-certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ In order to ensure your identity we have to perform signing process of your publ
| EMAIL ADDRESS | Email address, will be used in order to download and renew your certificate |


Producing encryption keys and CSR have to be done with a dedicated software. Here is **examples with two of them**:
Producing encryption keys and CSR have to be done with a dedicated software. Here are **examples with two of them**:

### 2.1 With OpenSSL
**OpenSSL** is an open-source software library for encryption purpose. It is widely used in internet security. You can download and install Open SSL using this [link](https://slproweb.com/products/Win32OpenSSL.html) (Windows).

With OpenSLL producing key and creating CSR can be performed in one step. Create a directory with text configuration file named like 'CSRConfig.conf' and copy/past this text into it:
With OpenSSL producing key and creating CSR can be performed in one step. Create a directory with text configuration file named like 'CSRConfig.conf' and copy/paste this text into it:

```conf
[ req ]
Expand Down Expand Up @@ -79,7 +79,7 @@ $ openssl req \
You will be requested for info incorporated in your CSR. Once you fill it you will get your CSR and Keyfile in your directory.

### 2.2 With Keytool
Keytool comes with Java Devlopment Kit. Like OpenSSL, it can be used to produce keys (in a file name keystore) and CSR.
Keytool comes with Java Development Kit. Like OpenSSL, it can be used to produce keys (in a file name keystore) and CSR.

Produce your keys using this command:

Expand Down
2 changes: 1 addition & 1 deletion assets/css/modules/card.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# In order to import this stlye, import it with 'require: card' in the page front matter.
# In order to import this style, import it with 'require: card' in the page front matter.
---

.card {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/modules/reference-list.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# In order to import this stlye, import it with 'require: api-reference' in the page front matter.
# In order to import this style, import it with 'require: api-reference' in the page front matter.
---

$get-color: #61affe;
Expand Down