AbanteCart Community

eCommerce construction => General Discussion => Topic started by: bab on November 25, 2013, 05:19:19 PM

Title: Data Encryption Manager Help Please
Post by: bab on November 25, 2013, 05:19:19 PM
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!
Title: Re: Data Encryption Manager Help Please
Post by: abantecart on November 25, 2013, 11:12:09 PM
Did you just copy/paste the configuration without editing?

Code: [Select]
define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');

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/
Title: Re: Data Encryption Manager Help Please
Post by: bab on November 26, 2013, 02:49:27 AM
Did you just copy/paste the configuration without editing?

Code: [Select]
define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');

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/

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  :)
Title: Re: Data Encryption Manager Help Please
Post by: abantecart on November 26, 2013, 08:33:37 AM
Also where do I add this line: Add following line to configuration file: define('DATA_ENCRYPTION_KEYPAIR', 'your_key_name'); ?

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.
Title: Re: Data Encryption Manager Help Please
Post by: bab on November 26, 2013, 04:24:01 PM
Also where do I add this line: Add following line to configuration file: define('DATA_ENCRYPTION_KEYPAIR', 'your_key_name'); ?

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.

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