diff --git a/locale/en_US/LC_MESSAGES/messages.mo b/locale/en_US/LC_MESSAGES/messages.mo
index d9fec98a..1a789dd4 100644
Binary files a/locale/en_US/LC_MESSAGES/messages.mo and b/locale/en_US/LC_MESSAGES/messages.mo differ
diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po
index 74627378..e715a5be 100644
--- a/locale/en_US/LC_MESSAGES/messages.po
+++ b/locale/en_US/LC_MESSAGES/messages.po
@@ -725,6 +725,36 @@ msgstr "Cancel"
msgid "Enable this option to log openvpn
activity."
msgstr "Enable this option to log openvpn
activity."
+msgid "Authentification Method"
+msgstr "Authentification Method"
+
+msgid "Username and password"
+msgstr "Username and password"
+
+msgid "Certificates"
+msgstr "Certificates"
+
+msgid "Enter username and password"
+msgstr "Enter username and password"
+
+msgid "Certificates in the configuration file"
+msgstr "Certificates in the configuration file"
+
+msgid "RaspAP supports certificates by including them in the configuration file."
+msgstr "RaspAP supports certificates by including them in the configuration file."
+
+msgid "Signing certification authority (CA) certificate (e.g. ca.crt
): enclosed in <ca> ... </ca>
tags."
+msgstr "Signing certification authority (CA) certificate (e.g. ca.crt
): enclosed in <ca> ... </ca>
tags."
+
+msgid "Client certificate (public key) (e.g. client.crt
): enclosed in <cert> ... </cert>
tags."
+msgstr "Client certificate (public key) (e.g. client.crt
): enclosed in <cert> ... </cert>
tags."
+
+msgid "Private key of the client certificate (e.g. client.key
): enclosed in <key> ... </key>
tags."
+msgstr "Private key of the client certificate (e.g. client.key
): enclosed in <key> ... </key>
tags."
+
+msgid "Configuration File"
+msgstr "Configuration File"
+
#: includes/torproxy.php
msgid "TOR is not running"
msgstr "TOR is not running"
diff --git a/templates/openvpn/general.php b/templates/openvpn/general.php
index 21262db1..841f4085 100644
--- a/templates/openvpn/general.php
+++ b/templates/openvpn/general.php
@@ -11,17 +11,17 @@
RaspAP does not support the import of the required cerficates. Please paste them into the configuration file -
ca.crt
): enclosed in <ca> ... </ca>
tags client.crt
): enclosed in <cert> ... </cert>
tags client.key
): enclosed in <key> ... </key>
tags +
<ca> ... </ca>
tags."); ?><cert> ... </cert>
tags."); ?><key> ... </key>
tags."); ?>