From 95c539548f8e6bdd683851f5efa27917e3ae92da Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Fri, 29 Sep 2023 09:43:03 +0300 Subject: [PATCH] Update README.md files for app&nolayers templates --- templates/app-nolayers/aspnet-core/README.md | 4 ++-- templates/app/aspnet-core/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/app-nolayers/aspnet-core/README.md b/templates/app-nolayers/aspnet-core/README.md index 87dd910b9c..c0b1a5e76d 100644 --- a/templates/app-nolayers/aspnet-core/README.md +++ b/templates/app-nolayers/aspnet-core/README.md @@ -18,11 +18,11 @@ dotnet dev-certs https -v -ep openiddict.pfx -p 00000000-0000-0000-0000-00000000 > `00000000-0000-0000-0000-000000000000` is the password of the certificate, you can change it to any password you want. -> It is recommended to use **two** RSA certificates, distinct from the certificate(s) used for HTTPS: one for encryption, one for signing. +It is recommended to use **two** RSA certificates, distinct from the certificate(s) used for HTTPS: one for encryption, one for signing. For more information, please refer to: https://documentation.openiddict.com/configuration/encryption-and-signing-credentials.html#registering-a-certificate-recommended-for-production-ready-scenarios -> See the [Configuring OpenIddict](https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict#production-environment) documentation for more information. +> Also, see the [Configuring OpenIddict](https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict#production-environment) documentation for more information. ### Install Client-Side Libraries diff --git a/templates/app/aspnet-core/README.md b/templates/app/aspnet-core/README.md index f97998f0b8..680579f70b 100644 --- a/templates/app/aspnet-core/README.md +++ b/templates/app/aspnet-core/README.md @@ -18,11 +18,11 @@ dotnet dev-certs https -v -ep openiddict.pfx -p 00000000-0000-0000-0000-00000000 > `00000000-0000-0000-0000-000000000000` is the password of the certificate, you can change it to any password you want. -> It is recommended to use **two** RSA certificates, distinct from the certificate(s) used for HTTPS: one for encryption, one for signing. +It is recommended to use **two** RSA certificates, distinct from the certificate(s) used for HTTPS: one for encryption, one for signing. For more information, please refer to: https://documentation.openiddict.com/configuration/encryption-and-signing-credentials.html#registering-a-certificate-recommended-for-production-ready-scenarios -> See the [Configuring OpenIddict](https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict#production-environment) documentation for more information. +> Also, see the [Configuring OpenIddict](https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict#production-environment) documentation for more information. ### Install Client-Side Libraries