You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==== 3. Create a `+tinydrive-dotnet-mvc-starter/private.key+` file containing your generated private RSA key
44
44
45
-
You get the private RSA key from the `+JWT Key Manager+` {accountpage} page at http://tiny.cloud.
45
+
Use the "Generate New Keypair" option at link:{accountjwturl}[{accountpage} - JWT Keys] to create a key pair. Download the private key from the generated key pair and save it to the `+private.key+` file.
46
46
47
47
[[go-to-the-directory-and-start-the-dev-server]]
48
48
==== 4. Go to the directory and start the dev server
==== 3. Create a `+tinydrive-java-spring-starter/src/main/resources/private.key+` file containing your generated private RSA key
44
44
45
-
You get the private RSA key from the `+JWT Key Manager+` {accountpage} page at http://tiny.cloud.
45
+
Use the "Generate New Keypair" option at link:{accountjwturl}[{accountpage} - JWT Keys] to create a key pair. Download the private key from the generated key pair and save it to the `+private.key+` file.
==== 3. Create a `+tinydrive-nodejs-starter/private.key+` file containing your generated private RSA key
44
44
45
-
You get the private RSA key from the `+JWT Key Manager+` {accountpage} page at http://tiny.cloud.
45
+
Use the "Generate New Keypair" option at link:{accountjwturl}[{accountpage} - JWT Keys] to create a key pair. Download the private key from the generated key pair and save it to the `+private.key+` file.
==== 3. Create a `+tinydrive-php-starter/private.key+` file containing your generated private RSA key
44
44
45
-
You get the private RSA key from the `+JWT Key Manager+` {accountpage} page at http://tiny.cloud.
45
+
Use the "Generate New Keypair" option at link:{accountjwturl}[{accountpage} - JWT Keys] to create a key pair. Download the private key from the generated key pair and save it to the `+private.key+` file.
46
46
47
47
[[go-to-the-directory-and-start-the-dev-server]]
48
48
==== 4. Go to the directory and start the dev server
The **{pluginname}** Server requires a _public_ key generated from the same _private_ key that will be used on your JSON Web Token (JWT) provider endpoint. The public key(s) stored on the {pluginname} Server are used to ensure that content is sent by authorized users.
2
2
3
-
There are two methods for generating and adding a public key to your API key:
3
+
There are two methods for generating and adding a public key in the JWT Keys section of your account portal:
4
4
5
-
. The secure key pair generator at link:{accountjwturl}[{accountpage} - JWT Keys] (recommended).
6
-
. Generate a key pair locally and add the _public_ key to link:{accountjwturl}[{accountpage} - JWT Keys].
5
+
. Generate New Keypair at link:{accountjwturl}[{accountpage} - JWT Keys] (recommended).
6
+
. Generate a key pair locally and Import Public Key at link:{accountjwturl}[{accountpage} - JWT Keys].
7
7
8
8
== Generate a key pair using the {accountpage} JWT Keys page
9
9
10
-
The link:{accountjwturl}[{accountpage} - JWT Keys] page provides a private/public key generator, providing a quick and secure way of generating the required keys. This generator will store a copy of the _public_ key, and provide a downloadable file for both the public and private keys. {companyname} does **not store** the _private_ key and the key pair **cannot** be retrieved later.
10
+
The link:{accountjwturl}[{accountpage} - JWT Keys] page provides a "Generate New Keypair" option, providing a quick and secure way of generating the required keys. This will store a copy of the _public_ key, and provide a downloadable file for both the public and private keys. {companyname} does **not store** the _private_ key and the key pair **cannot** be retrieved later.
11
11
12
12
[[generate-a-key-pair-locally]]
13
13
== Generate a key pair locally
@@ -19,11 +19,11 @@ For instructions on generating a key pair locally, see: xref:generate-rsa-key-pa
19
19
20
20
[[add-a-public-key-to-the-tiny-cloud-api-key]]
21
21
ifeval::[{numberedHeading} == true]
22
-
= 2. Add a public key to the {cloudname} API key
22
+
= 2. Add a public key in the JWT Keys section of your account portal
23
23
endif::[]
24
24
25
25
ifeval::[{numberedHeading} != true]
26
-
== Add a public key to the {cloudname} API key
26
+
== Add a public key in the JWT Keys section of your account portal
27
27
endif::[]
28
28
29
-
Once a public key has been generated, add the public key to the {cloudname} API key at: link:{accountjwturl}[{accountpage} - JWT Keys].
29
+
Once a public key has been generated locally, use the "Import Public Key" option in the JWT Keys section of your account portal at: link:{accountjwturl}[{accountpage} - JWT Keys].
The {pluginname} Server requires a _public_ key generated from the same _private_ key that will be used on your JSON Web Token (JWT) provider endpoint. The public key(s) stored on the {pluginname} Server are used to ensure that content is sent by authorized users.
2
2
3
-
There are two methods for generating and adding a public key to your API key:
3
+
There are two methods for generating and adding a public key in the JWT Keys section of your account portal:
4
4
5
5
== Generate a key pair using the {accountpage} JWT Keys page
6
6
7
-
The link:{accountjwturl}[{accountpage} - JWT Keys] page provides a private/public key generator, providing a quick and secure way of generating the required keys. This generator will store a copy of the _public_ key, and provide a downloadable file for both the public and private keys. {companyname} does **not store** the _private_ key and the key pair **cannot** be retrieved later.
7
+
The link:{accountjwturl}[{accountpage} - JWT Keys] page provides a "Generate New Keypair" option, providing a quick and secure way of generating the required keys. This will store a copy of the _public_ key, and provide a downloadable file for both the public and private keys. {companyname} does **not store** the _private_ key and the key pair **cannot** be retrieved later.
0 commit comments