eCommerce construction > General Discussion

Data Encryption Manager Help Please

(1/1)

bab:
2013-11-13 21:50:38 - Error: Can't create directory /path/to/keys/ for saving SSL keys!
2013-11-13 23:27:13 - Error: SSL Encryption failed! Missing public key

Error: Can not locate default key in configuration file. Refer to data encryption configuration help!

I got no clue to what this means please help!

abantecart:
Did you just copy/paste the configuration without editing?


--- Code: ---define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');

--- End code ---

This needs to be edited to specific directory you want key to be stored in.

If you not sure what directory you need, remove this line from configuration and default directory will be used.

Default location will be system/keys/

bab:

--- Quote from: abantecart on November 25, 2013, 11:12:09 PM ---Did you just copy/paste the configuration without editing?


--- Code: ---define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');

--- End code ---

This needs to be edited to specific directory you want key to be stored in.

If you not sure what directory you need, remove this line from configuration and default directory will be used.

Default location will be system/keys/

--- End quote ---

Yes, I just copied and paste with no editing. Unique pair name I did input but was I supposed to create a folder for this which I did not and if so where do I put and create the folder in. Also could I have just left the unique pair name as: 'your_key_name' ?

define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');
define('DATA_ENCRYPTION_ENABLED', true);

So to send it to default I just have to delete: define('ENCRYPTION_KEYS_DIR', '/path/to/keys/'); ?

Also where do I add this line: Add following line to configuration file: define('DATA_ENCRYPTION_KEYPAIR', 'your_key_name'); ?

Thank you for the response  :)

abantecart:

--- Quote from: bab on November 26, 2013, 02:49:27 AM ---
--- Quote from: abantecart on November 25, 2013, 11:12:09 PM ---Also where do I add this line: Add following line to configuration file: define('DATA_ENCRYPTION_KEYPAIR', 'your_key_name'); ?


--- End quote ---

--- End quote ---
You put this line with correct key name to the same configuration file /system/config.php

I suggest you read help text in the extension and help in the steps of configuration.

bab:

--- Quote from: abantecart on November 26, 2013, 08:33:37 AM ---
--- Quote from: bab on November 26, 2013, 02:49:27 AM ---
--- Quote from: abantecart on November 25, 2013, 11:12:09 PM ---Also where do I add this line: Add following line to configuration file: define('DATA_ENCRYPTION_KEYPAIR', 'your_key_name'); ?


--- End quote ---

--- End quote ---
You put this line with correct key name to the same configuration file /system/config.php

I suggest you read help text in the extension and help in the steps of configuration.

--- End quote ---

Thank you for your help King Abantecart guy! I appreciate your help through the construction of my e-commerce website, this was the last thing that I needed to take of in order to launch. Now I just have to finish some little content explaining text then I'll go live. Thank you once again and I hope that your having a good day.  :D

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod