moonming commented on a change in pull request #395:
URL: https://github.com/apache/apisix-dashboard/pull/395#discussion_r476050713
##########
File path: src/pages/SSL/locales/en-US.ts
##########
@@ -15,39 +15,41 @@
* limitations under the License.
*/
export default {
- 'ssl.form.expiration.time':'Expiration Time',
- 'ssl.form.public.key':'Public Key',
+ 'ssl.form.expiration.time': 'Expiration Time',
+ 'ssl.form.cert': 'Cert',
Review comment:
A certificate contains a public key.
The certificate, in addition to containing the public key, contains
additional information such as issuer, what the certificate is supposed to be
used for, and other types of metadata.
What kind of data is here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]