1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Translate GenX25519/GetPublicX25519 command

This commit is contained in:
Koichiro Iwao 2023-06-21 15:16:47 +09:00
parent f88341ce40
commit 35b5d0640f

View File

@ -7041,20 +7041,20 @@ CMD_RemoteDisable_Args RemoteDisable
# GenX25519 コマンド
CMD_GenX25519 Create new X25519 keypair
CMD_GenX25519_Help Use this to create a new X25519 keypair, which can be used for WireGuard. \nBoth the private and public key will be shown. \nThe public key can be shared and is used to identify a peer. \nAlso, it can always be retrieved from the private key using the GetPublicX25519 command. \nThe private key should be kept in a secure place and never be shared. \nIt cannot be recovered once lost.
CMD_GenX25519 新しい X25519 の鍵ペアを生成
CMD_GenX25519_Help WireGuard で使用する X25519 鍵ペアを生成します。コマンドを実行すると公開鍵と秘密鍵の両方が表示されます。公開鍵は相手側と共有しピアを識別するために使用されますが、秘密鍵は安全な場所に保存し決して他者とは共有しないでください。また、公開鍵はいつでも GetPublicX25519 コマンドを使用して秘密鍵から再取得することができますが、一度紛失した秘密鍵を復元することはできません。
CMD_GenX25519_ARGS GenX25519
CMD_GenX25519_PRIVATE_KEY Private key:
CMD_GenX25519_PUBLIC_KEY Public key:
CMD_GenX25519_PRIVATE_KEY 秘密鍵:
CMD_GenX25519_PUBLIC_KEY 公開鍵:
# GetPublicX25519 コマンド
CMD_GetPublicX25519 Retrieve public X25519 key from a private one
CMD_GetPublicX25519_Help Use this if you have a private X25519 key and want to get its corresponding public key.
CMD_GetPublicX25519 X25519 秘密鍵から公開鍵を取得
CMD_GetPublicX25519_Help 指定した X25519 秘密鍵に対応する公開鍵を取得します。
CMD_GetPublicX25519_ARGS GetPublicX25519 [private]
CMD_GetPublicX25519_[private] The private X25519 key you want to get the corresponding public key of.
CMD_GetPublicX25519_PRIVATE_KEY Private key:
CMD_GetPublicX25519_PUBLIC_KEY Public key:
CMD_GetPublicX25519_[private] 対応する公開鍵を取得したい X25519 秘密鍵を指定します。
CMD_GetPublicX25519_PRIVATE_KEY 秘密鍵:
CMD_GetPublicX25519_PUBLIC_KEY 公開鍵:
# MakeCert コマンド